summaryrefslogtreecommitdiff
path: root/mpy-cross/Makefile.static-mingw
blob: a176e80e6ed2a8cbbd70af2d287603c6c5be2850 (plain)
1
2
3
4
5
6
PROG=mpy-cross.static.exe
CROSS_COMPILE = x86_64-w64-mingw32-
BUILD=build-static-mingw
STATIC_BUILD=1

include mpy-cross.mk