diff options
Diffstat (limited to 'vcl/Executable_bmpfuzzer.mk')
-rw-r--r-- | vcl/Executable_bmpfuzzer.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/Executable_bmpfuzzer.mk b/vcl/Executable_bmpfuzzer.mk index da22f2f3b8df..783bbe66e3c6 100644 --- a/vcl/Executable_bmpfuzzer.mk +++ b/vcl/Executable_bmpfuzzer.mk @@ -41,7 +41,7 @@ $(eval $(call gb_Executable_add_exception_objects,bmpfuzzer,\ )) $(eval $(call gb_Executable_add_libs,bmpfuzzer,\ - -lFuzzingEngine \ + $(LIB_FUZZING_ENGINE) \ )) # vim: set noet sw=4 ts=4: |