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