summaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sh b/build.sh
index ca452e4..4c26cc7 100755
--- a/build.sh
+++ b/build.sh
@@ -29,7 +29,7 @@ if [ "$COMPILE_TIME_FOREIGN_FN_SUPPORT" != "no" ]; then
if uname | grep -qi bsd; then
LIBRARIES='-lavcall'
else
- LIBRARIES='-ldl -lffcall'
+ LIBRARIES='-ldl -lavcall'
fi
ADDITIONAL_FLAGS="$ADDITIONAL_FLAGS -DCOMPILE_TIME_FOREIGN_FN_SUPPORT=1 $LIBRARIES"
fi