summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2022-07-23 11:53:44 +0800
committerruki <[email protected]>2022-07-23 11:53:44 +0800
commitc6fb2dcb124ead33156e2639423ed7ae9c19dbfa (patch)
tree2665c936e0f7550f78ce975bb4b7cb2175de1456
parent1b956a7bb9c6dcdc0c0baff2f2a4f57134a3a2a3 (diff)
fix makefile
-rw-r--r--core/src/tbox/makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/core/src/tbox/makefile b/core/src/tbox/makefile
index d361fc860..b03269a78 100644
--- a/core/src/tbox/makefile
+++ b/core/src/tbox/makefile
@@ -303,9 +303,6 @@ tbox_INC_DIRS += \
tbox/src \
inc/$(PLAT)
-# add frameworks
-tbox_CFLAGS += -framework CoreFoundation -framework CoreServices
-
# use system tbox library?
tbox_C_FILES := $(if $(findstring tbox,$(base_LIBNAMES)),,$(tbox_C_FILES))
tbox_M_FILES := $(if $(findstring tbox,$(base_LIBNAMES)),,$(tbox_M_FILES))