Skip to content

Commit b6b161f

Browse files
jsonnet: fix build (#14900)
Removed unnecessary library links from the build script.
1 parent 9287d91 commit b6b161f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

projects/jsonnet/build.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,5 @@ for fuzzer in convert_jsonnet_fuzzer_regular \
4040
convert_jsonnet_fuzzer_multi; do
4141
$CXX $CXXFLAGS -I${INSTALL_DIR}/include $LIB_FUZZING_ENGINE \
4242
$fuzzer.cc -o $OUT/$fuzzer \
43-
${INSTALL_DIR}/build/libjsonnet.a \
44-
${INSTALL_DIR}/build/libmd5.a \
45-
${INSTALL_DIR}/build/libryml.a
43+
${INSTALL_DIR}/build/libjsonnet.a
4644
done

0 commit comments

Comments
 (0)