tools/Config.mk: Don't set HOSTEXEEXT to .exe for Ubuntu on Windows
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
parent
4f44961e0b
commit
1e94367eb2
@ -114,8 +114,10 @@ ifeq ($(HOSTOS),Cygwin)
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(CONFIG_HOST_WINDOWS),y)
|
ifeq ($(CONFIG_HOST_WINDOWS),y)
|
||||||
|
ifneq ($(CONFIG_WINDOWS_UBUNTU),y)
|
||||||
HOSTEXEEXT ?= .exe
|
HOSTEXEEXT ?= .exe
|
||||||
endif
|
endif
|
||||||
|
endif
|
||||||
|
|
||||||
# This define is passed as EXTRAFLAGS for kernel-mode builds. It is also passed
|
# This define is passed as EXTRAFLAGS for kernel-mode builds. It is also passed
|
||||||
# during PASS1 (but not PASS2) context and depend targets.
|
# during PASS1 (but not PASS2) context and depend targets.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user