forked from xuos/xiuos
repair the compiler error of the configuration with Seperating compiler or musl lib
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
menu "lib"
|
||||
menu "app lib"
|
||||
choice
|
||||
prompt "chose a kind of lib for app"
|
||||
default APP_SELECT_NEWLIB
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# SRC_DIR := lvgl
|
||||
|
||||
SRC_DIR :=
|
||||
ifeq ($(CONFIG_APP_SELECT_NEWLIB),y)
|
||||
ifeq ($(CONFIG_SEPARATE_COMPILE),y)
|
||||
SRC_DIR += app_newlib
|
||||
|
||||
Reference in New Issue
Block a user