[Libreoffice-commits] core.git: vcl/Executable_wmffuzzer.mk
Caolán McNamara
caolanm at redhat.com
Wed Dec 7 21:08:03 UTC 2016
vcl/Executable_wmffuzzer.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit b9283720732e6f1724b5b9c4f7899158c276298b
Author: Caolán McNamara <caolanm at redhat.com>
Date: Wed Dec 7 21:07:05 2016 +0000
oss-fuzz now using -lFuzzingEngine instead of -lfuzzer
Change-Id: I9c88b20a3722a1f3fdf398e22514771f2d6b446e
diff --git a/vcl/Executable_wmffuzzer.mk b/vcl/Executable_wmffuzzer.mk
index 08aa5dc..c8df6eb 100644
--- a/vcl/Executable_wmffuzzer.mk
+++ b/vcl/Executable_wmffuzzer.mk
@@ -38,7 +38,7 @@ $(eval $(call gb_Executable_add_exception_objects,wmffuzzer,\
$(eval $(call gb_Executable_add_libs,wmffuzzer,\
- -lfuzzer \
+ -lFuzzingEngine \
))
# vim: set noet sw=4 ts=4:
More information about the Libreoffice-commits
mailing list