/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.
/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.