Skip to content

Commit

Permalink
changes xcode template to build OF lib externally via a pre-script if…
Browse files Browse the repository at this point in the history
… needed. Tied to openframeworks#6139
  • Loading branch information
ofTheo committed Oct 2, 2018
1 parent 145a638 commit e32056e
Show file tree
Hide file tree
Showing 2 changed files with 2,721 additions and 151 deletions.
2 changes: 2 additions & 0 deletions libs/openFrameworksCompiled/project/osx/CoreOF.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ LIB_CURL = "$(OF_PATH)/libs/curl/lib/osx/curl.a"
LIB_URIPARSER = "$(OF_PATH)/libs/uriparser/lib/osx/uriparser.a"
LIB_PUGIXML = "$(OF_PATH)/libs/pugixml/lib/osx/pugixml.a"

LIB_OF = "$(OF_PATH)/libs/openFrameworksCompiled/lib/osx/openFrameworks.a"
LIB_OF_DEBUG = "$(OF_PATH)/libs/openFrameworksCompiled/lib/osx/openFrameworksDebug.a"

OF_CORE_LIBS = $(LIB_TESS) $(LIB_GLEW) $(LIB_CAIRO1) $(LIB_CAIRO2) $(LIB_CAIRO3) $(LIB_FMODEX) $(LIB_RTAUDIO) $(LIB_GLFW) $(LIB_FREEIMAGE) $(LIB_FREETYPE) $(LIB_BOOST_FS) $(LIB_BOOST_SYSTEM) $(LIB_CURL) $(LIB_URIPARSER) $(LIB_PUGIXML)

Expand Down
Loading

0 comments on commit e32056e

Please sign in to comment.