summaryrefslogtreecommitdiff
path: root/solenv
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-08-04 14:06:28 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-08-04 14:06:28 +0100
commita1e9dea1ff4a584d331c04ef03275c0dc07af078 (patch)
tree04b5b1616ef19dfe5c1eb8fb300cd48f810c0e31 /solenv
parent9f1733cbea18c9af6a1293b873491bd1f680ee3b (diff)
try this to fix windows hanging builds with gb_GenCxxObjects
Diffstat (limited to 'solenv')
-rw-r--r--solenv/gbuild/platform/windows.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/gbuild/platform/windows.mk b/solenv/gbuild/platform/windows.mk
index 6202a4b52bd4..b0b4d9fcd86b 100644
--- a/solenv/gbuild/platform/windows.mk
+++ b/solenv/gbuild/platform/windows.mk
@@ -304,7 +304,7 @@ $(call gb_Helper_abbreviate_dirs_native,\
-I$(realpath $(dir $(3))) \
$(INCLUDE_STL) $(INCLUDE) \
-c $(realpath $(3)) \
- -Fo$(1)) $(call gb_create_deps,$(1),$(call gb_CxxObject_get_dep_target,$(2)),$(realpath $(3)))
+ -Fo$(1)) $(call gb_create_deps,$(1),$(4),$(realpath $(3)))
$(call gb_Object__command_deponcompile,$(1),$(4),$(3),$(DEFS),$(T_CXXFLAGS),$(INCLUDE))
endef