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