diff --git a/config.project b/config.project index b34b5c3..526a4cd 100644 --- a/config.project +++ b/config.project @@ -66,7 +66,7 @@ mb_default_elf_config_defs= # config mb_all_static= -mb_all_shared= -mb_disable_frontend=yes +mb_all_shared=yes +mb_disable_frontend=no mb_disable_static=yes mb_disable_shared= diff --git a/project/common.mk b/project/common.mk index 0f3c32b..ba3493c 100644 --- a/project/common.mk +++ b/project/common.mk @@ -138,6 +138,7 @@ PYTHON_SRCS = \ Python/traceback.c \ APP_SRCS = \ + Modules/python.c \ COMMON_SRCS = \ $(DYNLOAD_SRCS) \