summaryrefslogtreecommitdiffstats
path: root/solenv
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@suse.com>2011-10-05 17:29:15 +0300
committerTor Lillqvist <tlillqvist@suse.com>2011-10-05 17:39:12 +0300
commit2531a461df4ba325128b63c60d4bd2bc80660e92 (patch)
tree1ce59016c31ec0483323ad771a8ac3258dc6f47e /solenv
parentWaE: class has virtual functions, but destructor is not virtual (diff)
downloadcore-2531a461df4ba325128b63c60d4bd2bc80660e92.tar.gz
core-2531a461df4ba325128b63c60d4bd2bc80660e92.zip
Use gb_CppunitTarget__make_url for Windows file: URL correctness
Diffstat (limited to 'solenv')
-rw-r--r--solenv/gbuild/CppunitTest.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/gbuild/CppunitTest.mk b/solenv/gbuild/CppunitTest.mk
index e75ce4d311e6..52ce59606e2e 100644
--- a/solenv/gbuild/CppunitTest.mk
+++ b/solenv/gbuild/CppunitTest.mk
@@ -72,7 +72,7 @@ $(if $(strip $(UNO_SERVICES)),\
$(call gb_CppunitTarget__make_url,$(call gb_RdbTarget_get_target,$(rdb))))") \
$(if $(URE),\
$(foreach dir,URE_INTERNAL_LIB_DIR OOO_BASE_DIR BRAND_BASE_DIR,\
- -env:$(dir)=file://$(gb_CppunitTest_LIBDIR)))
+ -env:$(dir)=$(call gb_CppunitTarget__make_url,$(gb_CppunitTest_LIBDIR))))
endef
.PHONY : $(call gb_CppunitTest_get_clean_target,%)