aboutsummaryrefslogtreecommitdiffhomepage
path: root/projects/freetype2/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'projects/freetype2/build.sh')
-rwxr-xr-xprojects/freetype2/build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/projects/freetype2/build.sh b/projects/freetype2/build.sh
index 6ed16410..c4a63c6e 100755
--- a/projects/freetype2/build.sh
+++ b/projects/freetype2/build.sh
@@ -17,7 +17,7 @@
################################################################################
# Tell CMake what fuzzing engine to link:
-export CMAKE_FUZZING_ENGINE="-lFuzzingEngine"
+export CMAKE_FUZZING_ENGINE="$LIB_FUZZING_ENGINE"
bash "fuzzing/scripts/build-fuzzers.sh"
bash "fuzzing/scripts/prepare-oss-fuzz.sh"