aboutsummaryrefslogtreecommitdiff
path: root/projects/libxslt
diff options
context:
space:
mode:
authorjonathanmetzman <31354670+jonathanmetzman@users.noreply.github.com>2019-05-01 16:11:29 -0400
committerGitHub <noreply@github.com>2019-05-01 16:11:29 -0400
commitf6be0078df88440221becb42842bef59e0c039b6 (patch)
treeb689f3cce3abf0f17f0f02d9cf2ff1664377cf97 /projects/libxslt
parentd9389b0a2ea6f7f7d94e52d966b695d47b454f88 (diff)
downloadoss-fuzz-f6be0078df88440221becb42842bef59e0c039b6.tar.gz
Try to migrate yajl-ruby and libxslt to LIB_FUZZING_ENGINE (#2365)
Diffstat (limited to 'projects/libxslt')
-rwxr-xr-xprojects/libxslt/build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/projects/libxslt/build.sh b/projects/libxslt/build.sh
index 9da615d38..4257c4f96 100755
--- a/projects/libxslt/build.sh
+++ b/projects/libxslt/build.sh
@@ -48,7 +48,7 @@ for fuzzer in xpath xslt; do
$CXX $CXXFLAGS \
tests/fuzz/$fuzzer.o \
-o $OUT/$fuzzer \
- -lFuzzingEngine \
+ $LIB_FUZZING_ENGINE \
libexslt/.libs/libexslt.a libxslt/.libs/libxslt.a \
../libxml2/.libs/libxml2.a \
$CRYPTO_LIBS