Default to the mingw toolchain when building the simulator on Windows

This commit is contained in:
Romain Goyet
2017-11-12 02:00:42 +01:00
committed by Ecco
parent e46d157fe6
commit 8a21f24309

View File

@@ -1,4 +1,7 @@
TOOLCHAIN ?= host-gcc
ifeq ($(OS),Windows_NT)
TOOLCHAIN = mingw
endif
USE_LIBA = 0
EXE = elf
OS_WITH_ONBOARDING_APP ?= 0