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