Skip to content

Commit 2840608

Browse files
authored
Commented out Boost in Project.xcconfig (openframeworks#6969)
#changelog #osx
1 parent 056cc64 commit 2840608

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

scripts/templates/osx/Project.xcconfig

+7
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,13 @@ OF_PATH = ../../..
99
CLANG_CXX_LANGUAGE_STANDARD = c++17
1010
MACOSX_DEPLOYMENT_TARGET = 10.15
1111

12+
// BOOST - UNCOMMENT BELOW TO ENABLE BOOST
13+
//HEADER_BOOST = "$(OF_PATH)/libs/boost/include"
14+
//LIB_BOOST_SYSTEM = "$(OF_PATH)/libs/boost/lib/osx/boost_system.a"
15+
//LIB_BOOST_FS = "$(OF_PATH)/libs/boost/lib/osx/boost_filesystem.a"
16+
//OF_CORE_LIBS = $(inherited) $(LIB_BOOST_FS) $(LIB_BOOST_SYSTEM)
17+
//OF_CORE_HEADERS = $(inherited) $(HEADER_BOOST)
18+
1219
//ICONS - NEW IN 0072
1320
ICON_NAME = icon.icns
1421
ICON_NAME[config=Debug] = icon-debug.icns

0 commit comments

Comments
 (0)