summaryrefslogtreecommitdiff
path: root/framework/Library_fwe.mk
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@novell.com>2011-03-17 13:35:16 +0200
committerTor Lillqvist <tlillqvist@novell.com>2011-03-17 13:35:16 +0200
commit48fcd51124430438260c5b8b1af7b78718fe3e78 (patch)
tree3586e65fe172154f59bb7194c147322202b59a4c /framework/Library_fwe.mk
parent288c55fcbc9a408472a14bb73b5994023d317e1c (diff)
Use realpath to unbreak compilation for Windows
Diffstat (limited to 'framework/Library_fwe.mk')
-rwxr-xr-xframework/Library_fwe.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/framework/Library_fwe.mk b/framework/Library_fwe.mk
index 1c9271192f04..af5d111a8c84 100755
--- a/framework/Library_fwe.mk
+++ b/framework/Library_fwe.mk
@@ -28,9 +28,9 @@
$(eval $(call gb_Library_Library,fwe))
$(eval $(call gb_Library_set_include,fwe,\
- -I$(SRCDIR)/framework/inc/pch \
- -I$(SRCDIR)/framework/source/inc \
- -I$(SRCDIR)/framework/inc \
+ -I$(realpath $(SRCDIR)/framework/inc/pch) \
+ -I$(realpath $(SRCDIR)/framework/source/inc) \
+ -I$(realpath $(SRCDIR)/framework/inc) \
-I$(WORKDIR)/inc/framework/ \
$$(INCLUDE) \
-I$(OUTDIR)/inc/framework \