Kaydet (Commit) eef80c23 authored tarafından Bjoern Michaelsen's avatar Bjoern Michaelsen

use gb_MINISOLARENV for platform check

üst 2c453747
...@@ -151,7 +151,7 @@ $(eval $(call gb_Helper_collect_libtargets)) ...@@ -151,7 +151,7 @@ $(eval $(call gb_Helper_collect_libtargets))
gb_Library_DLLPOSTFIX := lo gb_Library_DLLPOSTFIX := lo
# Include platform/cpu/compiler specific config/definitions # Include platform/cpu/compiler specific config/definitions
ifneq ($(strip $(OS)),) ifeq ($(strip $(gb_MINISOLARENV)),)
include $(GBUILDDIR)/platform/$(OS)_$(CPUNAME)_$(COM).mk include $(GBUILDDIR)/platform/$(OS)_$(CPUNAME)_$(COM).mk
endif endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment