CI: add win32-mingw demo to GithubActions workflow

This commit is contained in:
Paul Bartell 2022-12-16 11:58:04 -08:00 committed by Paul Bartell
parent c2cdc3cb36
commit 61fed35107
2 changed files with 27 additions and 3 deletions

View file

@ -12,8 +12,8 @@ else
endif
# Linker - Note this expects you are using MinGW version of GCC
LD := gcc
LDFLAGS := -Xlinker -Map=$(BUILD_DIR)/rtosdemo.map
LD := ${CC}
LDFLAGS := -Xlinker -Map=$(BUILD_DIR)/rtosdemo.map
# Executable Targets
EXE := $(BUILD_DIR)/RTOSDemo.exe