提交 8cb79e55 编写于 作者: J jqzuo

Merge

...@@ -65,8 +65,7 @@ ifneq ($(JQS), off) ...@@ -65,8 +65,7 @@ ifneq ($(JQS), off)
endif endif
endif endif
ifneq ($(KERNEL), off) ifeq ($(ARCH_DATA_MODEL), 32)
ifeq ($(ARCH_DATA_MODEL), 32)
ifeq ($(PLATFORM), windows) ifeq ($(PLATFORM), windows)
# Only set up to use UPX compression if it is available # Only set up to use UPX compression if it is available
UP_TMP = $(shell if [ -d $(DEPLOY_TOPDIR)/make/upx ] ; then \ UP_TMP = $(shell if [ -d $(DEPLOY_TOPDIR)/make/upx ] ; then \
...@@ -78,7 +77,6 @@ ifneq ($(KERNEL), off) ...@@ -78,7 +77,6 @@ ifneq ($(KERNEL), off)
DEPLOY_BUILD_TARGETS += cmd-comp-all DEPLOY_BUILD_TARGETS += cmd-comp-all
endif endif
endif endif
endif
endif endif
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册