faithfracture / Apple-Boost-BuildScript

Script for building Boost for Apple platforms (iOS, iOS Simulator, tvOS, tvOS Simulator, OS X)
279 stars 111 forks source link

Add command line option for macos architecture #19

Closed johnwason closed 6 years ago

johnwason commented 6 years ago

Some projects still require boost for macos to have fat binaries with both i386 and x86_64. This can be easily accomplished by modifying the MACOS_ARCHS variable in boost.sh, however it would be cleaner for users to have a command line option to set this.

faithfracture commented 6 years ago

Addressed in PR #23