packages/lang/python/micropython/patches/030-target-no-darwin.patch
Jeffery To af341cd76e micropython: Update to 1.18, refresh patches
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2022-01-24 15:43:39 -08:00

11 lines
305 B
Diff

--- a/ports/unix/Makefile
+++ b/ports/unix/Makefile
@@ -24,7 +24,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