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