windows: msbuild gets completely confused when the 'Platform' envvar is set.
Change-Id: Iea04859c6afa203bd6b527b99c680ff4176cf9e1
This commit is contained in:
@@ -212,6 +212,7 @@ define gb_ExternalProject_run
|
||||
$(if $(findstring YES,$(UNPACKED_IS_BIN_TARBALL)),\
|
||||
touch $@,
|
||||
$(call gb_Helper_print_on_error,cd $(EXTERNAL_WORKDIR)/$(3) && \
|
||||
unset Platform && \
|
||||
$(if $(WRAPPERS),export $(WRAPPERS) &&) \
|
||||
$(if $(NMAKE),INCLUDE="$(gb_ExternalProject_INCLUDE)" LIB="$(ILIB)" MAKEFLAGS=) \
|
||||
$(2) && touch $@,$(EXTERNAL_WORKDIR)/$(if $(3),$(3)/,)$(if $(4),$(4),$(1).log))
|
||||
|
Reference in New Issue
Block a user