disable try-run on windows
Do not try to check for compiler options during build. This fails miserably on windows. Change-Id: I8c84f197ca78897755f67e35fd3a75c30c1d3b7c Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
c0ddcb7a49
commit
3cf1d29d34
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
@ -29,6 +29,7 @@ UNAME := $(shell uname)
|
|||
ifeq (MINGW, $(findstring MINGW, $(UNAME)))
|
||||
HOST_OS=MINGW
|
||||
PWD_OPT=-W
|
||||
DISABLE_TRYRUN=y
|
||||
else ifeq (Linux, $(findstring Linux, $(UNAME)))
|
||||
HOST_OS=Linux
|
||||
else ifeq (Darwin, $(findstring Darwin, $(UNAME)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue