mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-18 21:30:38 +01:00
Default to the mingw toolchain when building the simulator on Windows
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
TOOLCHAIN ?= host-gcc
|
||||
ifeq ($(OS),Windows_NT)
|
||||
TOOLCHAIN = mingw
|
||||
endif
|
||||
USE_LIBA = 0
|
||||
EXE = elf
|
||||
OS_WITH_ONBOARDING_APP ?= 0
|
||||
|
||||
Reference in New Issue
Block a user