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