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