Skip to content

Commit da34248

Browse files
authored
remove boost references from CoreOF.xcconfig and config.*.default.mk for macOS and osx. (#8304)
1 parent 5056fc2 commit da34248

File tree

3 files changed

+0
-12
lines changed

3 files changed

+0
-12
lines changed

libs/openFrameworksCompiled/project/ios/CoreOF.xcconfig

-8
Original file line numberDiff line numberDiff line change
@@ -47,14 +47,6 @@ OF_CORE_HEADERS = $(HEADER_OF) $(HEADER_OFXIOS) $(HEADER_UTF8) $(HEADER_FREETYPE
4747
OF_CORE_FRAMEWORKS = -framework AudioToolbox -framework Accelerate -framework AVFoundation -framework CoreAudio -framework CoreGraphics -framework CoreLocation -framework CoreMotion -framework CoreMedia -framework CoreVideo -framework Foundation -framework GameController -framework GLKit -framework MapKit -framework OpenAL -framework OpenGLES -framework UIKit -framework Security -framework QuartzCore -framework CoreHaptics -framework Metal
4848

4949

50-
// BOOST can be enabled in OF Core by uncommenting this block
51-
//HEADER_BOOST = "$(OF_PATH)/libs/boost/include"
52-
//LIB_BOOST_SYSTEM = "$(OF_PATH)/libs/boost/lib/ios/boost_system.a"
53-
//LIB_BOOST_FS = "$(OF_PATH)/libs/boost/lib/ios/boost_filesystem.a"
54-
//LIB_BOOST = $(LIB_BOOST_SYSTEM) $(LIB_BOOST_FS)
55-
//OF_CORE_LIBS = $(inherited) $(LIB_BOOST)
56-
//OF_CORE_HEADERS = $(inherited) $(HEADER_BOOST)
57-
5850
GCC_PREPROCESSOR_DEFINITIONS = $(inherited) GLES_SILENCE_DEPRECATION=1
5951

6052
//COMPILER SETTINGS WHICH CAN BE OVERRIDDEN BY XCODE BUILD SETTINGS

libs/openFrameworksCompiled/project/macos/config.macos.default.mk

-2
Original file line numberDiff line numberDiff line change
@@ -267,8 +267,6 @@ PLATFORM_CORE_EXCLUSIONS += $(OF_LIBS_PATH)/openFrameworks/app/ofAppEGLWindow.cp
267267

268268

269269
# third party
270-
PLATFORM_CORE_EXCLUSIONS += $(OF_LIBS_PATH)/boost/%
271-
272270

273271
# ifeq ($(USE_FMOD),0)
274272
PLATFORM_CORE_EXCLUSIONS += $(OF_LIBS_PATH)/fmod/%

libs/openFrameworksCompiled/project/osx/config.osx.default.mk

-2
Original file line numberDiff line numberDiff line change
@@ -267,8 +267,6 @@ PLATFORM_CORE_EXCLUSIONS += $(OF_LIBS_PATH)/openFrameworks/app/ofAppEGLWindow.cp
267267

268268

269269
# third party
270-
PLATFORM_CORE_EXCLUSIONS += $(OF_LIBS_PATH)/boost/%
271-
272270

273271
# ifeq ($(USE_FMOD),0)
274272
PLATFORM_CORE_EXCLUSIONS += $(OF_LIBS_PATH)/fmod/%

0 commit comments

Comments
 (0)