summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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))