diff options
author | Matúš Kukan <matus.kukan@gmail.com> | 2012-03-10 16:43:41 +0100 |
---|---|---|
committer | Matúš Kukan <matus.kukan@gmail.com> | 2012-03-10 21:23:23 +0100 |
commit | c289ee218fb39813298c540c715378a762f66692 (patch) | |
tree | 51469d5381175e006f6cfd69921c19bd64f99261 /sdext | |
parent | bf5380c24037ddd2eff028bea9e5460a266100f8 (diff) |
sdext: fix unit test for Windows
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,\ |