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

use `BOOST_SP_USE_SPINLOCK` for arm builds #84

Open vovasty opened 6 months ago

vovasty commented 6 months ago

On ARM boost iterators crash cause use pthread. Use spin lock instead. This is a copy of https://github.com/Faithlife/Apple-Boost-BuildScript/pull/1

kambala-decapitator commented 6 months ago

and https://github.com/Faithlife/Apple-Boost-BuildScript/pull/1 copied it from #65 :)

vovasty commented 6 months ago

I think this is a perfect time for change ;)