diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-08-03 09:40:51 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-08-03 10:34:32 +0100 |
commit | 099c2bbbecebacce9f7966d268686bb1e1939f18 (patch) | |
tree | 7e43b8a00ca280de45863102a6eb35e5a78a613b /basegfx | |
parent | 72ae5182855f3ee2b5fca2943d731337554b8215 (diff) |
get this working under windows again
Diffstat (limited to 'basegfx')
-rw-r--r-- | basegfx/CppunitTest_basegfx.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/basegfx/CppunitTest_basegfx.mk b/basegfx/CppunitTest_basegfx.mk index 5e67b1e285a6..df33393ef3a2 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 \ )) |