This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Builds a Boost framework for the iPhone, iPhone Simulator, and OSX. | |
# Creates a set of universal libraries that can be used on an iPhone and in the | |
# iPhone simulator. Then creates a pseudo-framework to make using boost in Xcode | |
# less painful. | |
# | |
# To configure the script, define: | |
# BOOST_LIBS: which libraries to build | |
# IPHONE_SDKVERSION: iPhone SDK version (e.g. 8.1) | |
# IPHONE_MINVERSION: iPhone build target (e.g. 7.0) | |
# OSX_SDKVERSION: OSX SDK version (e.g. 10.10) |