aboutsummaryrefslogtreecommitdiff
path: root/circuitpython/mpy-cross/Makefile.static-mingw
diff options
context:
space:
mode:
Diffstat (limited to 'circuitpython/mpy-cross/Makefile.static-mingw')
-rw-r--r--circuitpython/mpy-cross/Makefile.static-mingw10
1 files changed, 10 insertions, 0 deletions
diff --git a/circuitpython/mpy-cross/Makefile.static-mingw b/circuitpython/mpy-cross/Makefile.static-mingw
new file mode 100644
index 0000000..bcd2b6a
--- /dev/null
+++ b/circuitpython/mpy-cross/Makefile.static-mingw
@@ -0,0 +1,10 @@
+# SPDX-FileCopyrightText: 2014 MicroPython & CircuitPython contributors (https://github.com/adafruit/circuitpython/graphs/contributors)
+#
+# SPDX-License-Identifier: MIT
+
+PROG=mpy-cross.static
+CROSS_COMPILE = x86_64-w64-mingw32-
+BUILD=build-static-mingw
+STATIC_BUILD=1
+
+include mpy-cross.mk