diff options
author | Jan Holesovsky <kendy@suse.cz> | 2011-11-21 13:58:27 +0100 |
---|---|---|
committer | Jan Holesovsky <kendy@suse.cz> | 2011-11-21 13:59:13 +0100 |
commit | 1ef42cb0c53fc8d5adf259079833ba07dd12cb66 (patch) | |
tree | a0febfd4afad62cb00f66c55816bfc63457e0d46 /dtrans | |
parent | c6560c6f07f7f71842d7314157feaca2fa4a03c9 (diff) |
Fix MinGW build of dtrans.
Diffstat (limited to 'dtrans')
-rw-r--r-- | dtrans/StaticLibrary_dtobj.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dtrans/StaticLibrary_dtobj.mk b/dtrans/StaticLibrary_dtobj.mk index ee125ce1dbfa..f3e535dbd03f 100644 --- a/dtrans/StaticLibrary_dtobj.mk +++ b/dtrans/StaticLibrary_dtobj.mk @@ -31,6 +31,7 @@ $(eval $(call gb_StaticLibrary_StaticLibrary,dtobj)) $(eval $(call gb_StaticLibrary_set_include,dtobj,\ $$(INCLUDE) \ -I$(realpath $(SRCDIR)/dtrans/inc/pch) \ + -I$(SRCDIR)/solenv/inc \ )) $(eval $(call gb_StaticLibrary_add_api,dtobj,\ |