ragel: Patch to link against shared colm
All checks were successful
test Test.

This commit is contained in:
2023-03-30 08:46:51 +02:00
parent 484d170b24
commit 9c85c52599
2 changed files with 32 additions and 0 deletions

View File

@ -87,6 +87,7 @@ find -L . \
if [ "$LIBDIRSUFFIX" = "64" ]; then
patch --verbose -p1 -i $CWD/lib64.patch
fi
patch --verbose -p1 -i $CWD/shared-colm.patch
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \