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
Currently at the moment we do not support compiling for Apple Silicon natively (waiting on Box2D or switching to my fork of Box2D).
So for the time being we'll need to make sure that the configure command for TCC gets prefixed with arch -x86_64 to ensure that it gets run with Intel architecture in mind...
Or we fix Box2D...
The text was updated successfully, but these errors were encountered:
Currently at the moment we do not support compiling for Apple Silicon natively (waiting on Box2D or switching to my fork of Box2D).
So for the time being we'll need to make sure that the configure command for TCC gets prefixed with
arch -x86_64
to ensure that it gets run with Intel architecture in mind...Or we fix Box2D...
The text was updated successfully, but these errors were encountered: