diff options
Diffstat (limited to 'sdext')
-rw-r--r-- | sdext/CppunitTest_pdfimport.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sdext/CppunitTest_pdfimport.mk b/sdext/CppunitTest_pdfimport.mk index bbda2d544960..77a0d2ae0107 100644 --- a/sdext/CppunitTest_pdfimport.mk +++ b/sdext/CppunitTest_pdfimport.mk @@ -28,7 +28,8 @@ $(eval $(call gb_CppunitTest_CppunitTest,sdext_pdfimport)) $(eval $(call gb_CppunitTest_add_defs,sdext_pdfimport,\ - -DPDFIMPORT_EXECUTABLE_LOCATION=\"file://$(dir $(call gb_Executable_get_target,xpdfimport))\" \ + -DPDFIMPORT_EXECUTABLE_LOCATION=\"$(call gb_CppunitTarget__make_url,\ + $(dir $(call gb_Executable_get_target,xpdfimport)))\" \ )) $(eval $(call gb_CppunitTest_add_api,sdext_pdfimport,\ |