blob: 9dc4c59bc7f033503659a2d0285aebc513911bf8 [file] [log] [blame]
b.liue9582032025-04-17 19:18:16 +08001--- a/ports/unix/Makefile
2+++ b/ports/unix/Makefile
3@@ -31,7 +31,7 @@ QSTR_DEFS += qstrdefsport.h
4 QSTR_GLOBAL_DEPENDENCIES += $(VARIANT_DIR)/mpconfigvariant.h
5
6 # OS name, for simple autoconfig
7-UNAME_S := $(shell uname -s)
8+UNAME_S := Linux
9
10 # include py core make definitions
11 include $(TOP)/py/py.mk