aboutsummaryrefslogtreecommitdiffhomepage
path: root/projects/jsonnet/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'projects/jsonnet/build.sh')
-rw-r--r--projects/jsonnet/build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/projects/jsonnet/build.sh b/projects/jsonnet/build.sh
index 2742a51d..5386efb1 100644
--- a/projects/jsonnet/build.sh
+++ b/projects/jsonnet/build.sh
@@ -25,7 +25,7 @@ popd
INSTALL_DIR="$SRC/jsonnet"
fuzzer=convert_jsonnet_fuzzer
-$CXX $CXXFLAGS -I${INSTALL_DIR}/include -lFuzzingEngine \
+$CXX $CXXFLAGS -I${INSTALL_DIR}/include $LIB_FUZZING_ENGINE \
$fuzzer.cc -o $OUT/$fuzzer \
${INSTALL_DIR}/build/libjsonnet.a \
${INSTALL_DIR}/build/libmd5.a