aboutsummaryrefslogtreecommitdiff
path: root/projects/tinyxml2
diff options
context:
space:
mode:
authorjonathanmetzman <31354670+jonathanmetzman@users.noreply.github.com>2019-05-01 11:09:55 -0400
committerGitHub <noreply@github.com>2019-05-01 11:09:55 -0400
commit3049c50d48a8e712889104db25113c2b0be00301 (patch)
treeb1ed868d18b8701642006fbc68e7aa80f23b5d02 /projects/tinyxml2
parent22f5e3e0b8c6a865289df088a1b86e2165cf135b (diff)
downloadoss-fuzz-3049c50d48a8e712889104db25113c2b0be00301.tar.gz
Migrate projects using -lFuzzingEngine to $LIB_FUZZING_ENGINE (#2325)
Migrate from -lFuzzingEngine to $LIB_FUZZING_ENGINE where possible and not causing breakage
Diffstat (limited to 'projects/tinyxml2')
-rw-r--r--projects/tinyxml2/build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/projects/tinyxml2/build.sh b/projects/tinyxml2/build.sh
index a31ccfdab..0c43f40ce 100644
--- a/projects/tinyxml2/build.sh
+++ b/projects/tinyxml2/build.sh
@@ -18,6 +18,6 @@ make -j$(nproc) clean
make -j$(nproc) all
$CXX $CXXFLAGS -std=c++11 -Iinclude/ $SRC/xmltest.cpp -o $OUT/xmltest \
- -lFuzzingEngine $SRC/tinyxml2/libtinyxml2.a
+ $LIB_FUZZING_ENGINE $SRC/tinyxml2/libtinyxml2.a
cp $SRC/*.dict $SRC/*.options $OUT/