You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
build error Implicit declaration of function 'OSAtomicCompareAndSwap32Barrier' is invalid in C99 when building for apple silicon mac. It works when building for Intel mac via rosetta.
Yep, saw this too. I think we'll need to update SDL to fix it but for now the workaround is to build for rosetta (esp. because building our UIKit for Mac doesn't make a lot of sense since it's possible to build real UIKit apps for Apple Silicon macs)
Current behavior
build error
Implicit declaration of function 'OSAtomicCompareAndSwap32Barrier' is invalid in C99
when building for apple silicon mac. It works when building for Intel mac via rosetta.Expected behavior
builds for apple silicon macs
Steps to reproduce
Screenshots
Environment
The text was updated successfully, but these errors were encountered: