From c6fb2dcb124ead33156e2639423ed7ae9c19dbfa Mon Sep 17 00:00:00 2001 From: ruki Date: Sat, 23 Jul 2022 11:53:44 +0800 Subject: fix makefile --- core/src/tbox/makefile | 3 --- 1 file changed, 3 deletions(-) (limited to 'core/src') 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)) -- cgit v1.3.1