diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-08-04 14:35:43 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-08-04 14:35:43 +0100 |
commit | 6d73ae9795c6a7adbbb6f8b5a426630b9a1fe459 (patch) | |
tree | 4b45e1479a92615e51e8a96b83b14f620899886b /idl/Executable_svidl.mk | |
parent | 9ef56cb2e5f81bc8c281e9dd129846479524c03e (diff) |
add realpaths for windows
Diffstat (limited to 'idl/Executable_svidl.mk')
-rw-r--r-- | idl/Executable_svidl.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/idl/Executable_svidl.mk b/idl/Executable_svidl.mk index 28944af6098f..c9d6d5ae5b0b 100644 --- a/idl/Executable_svidl.mk +++ b/idl/Executable_svidl.mk @@ -31,8 +31,8 @@ $(eval $(call gb_Executable_Executable,svidl)) $(eval $(call gb_Executable_set_include,svidl,\ $$(INCLUDE) \ -I$(OUTDIR)/inc/ \ - -I$(SRCDIR)/idl/inc/pch \ - -I$(SRCDIR)/idl/inc \ + -I$(realpath $(SRCDIR)/idl/inc/pch) \ + -I$(realpath $(SRCDIR)/idl/inc) \ )) $(eval $(call gb_Executable_add_api,svidl,\ |