You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
305 B

  1. --- a/ports/unix/Makefile
  2. +++ b/ports/unix/Makefile
  3. @@ -24,7 +24,7 @@ QSTR_DEFS = qstrdefsport.h
  4. QSTR_GLOBAL_DEPENDENCIES = $(VARIANT_DIR)/mpconfigvariant.h
  5. # OS name, for simple autoconfig
  6. -UNAME_S := $(shell uname -s)
  7. +UNAME_S := Linux
  8. # include py core make definitions
  9. include $(TOP)/py/py.mk