summaryrefslogtreecommitdiffstats
path: root/lang/python/micropython/patches/030-target-no-darwin.patch
blob: a847e96b44b1c797fa9807e9fdea97c702730437 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/ports/unix/Makefile
+++ b/ports/unix/Makefile
@@ -31,7 +31,7 @@ QSTR_DEFS = qstrdefsport.h
 QSTR_GLOBAL_DEPENDENCIES = $(VARIANT_DIR)/mpconfigvariant.h
 
 # OS name, for simple autoconfig
-UNAME_S := $(shell uname -s)
+UNAME_S := Linux
 
 # include py core make definitions
 include $(TOP)/py/py.mk