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

Boost Test does not build for tvOS #1

Closed faithfracture closed 6 years ago

faithfracture commented 8 years ago

/boost/test/impl/execution_monitor.ipp makes a call to signaltstack, which is not available in the tvOS SDK. Right now, I'm just stripping the test library from the $BOOST_LIBS variable if bootstrapping for tvOS, which just means you can't use the boost test framework for tvOS. Ideally, there should be a patch for boost or add a patch to this script to fix that.

faithfracture commented 6 years ago

Fixed by fd71aec0f69e4eecd7578f23d51336179f8d7eb6