summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-08-03 09:40:51 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-08-03 10:34:32 +0100
commit02db2086ceb7eb99dac10914936e8e72ef1b9863 (patch)
tree12692a3d76af70e6ea6147213505226fc90d560a
parent379795b5a9b34edc591ca8fd57a1324e1b54d5be (diff)
get this working under windows again
-rw-r--r--basegfx/CppunitTest_basegfx.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/basegfx/CppunitTest_basegfx.mk b/basegfx/CppunitTest_basegfx.mk
index 5e67b1e285..df33393ef3 100644
--- a/basegfx/CppunitTest_basegfx.mk
+++ b/basegfx/CppunitTest_basegfx.mk
@@ -49,7 +49,7 @@ $(eval $(call gb_CppunitTest_add_linked_libs,basegfx_test, \
$(eval $(call gb_CppunitTest_set_include,basegfx_test,\
$$(INCLUDE) \
- -I$(SRCDIR)/basegfx/inc/pch \
+ -I$(realpath $(SRCDIR)/basegfx/inc/pch) \
-I$(OUTDIR)/inc/offuh \
))