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
Pretty sure this has been fixed a while ago, but it's definitely fixed in #1256 which removes the -arch flag altogether on Apple targets, and instead specifying --target
The problem is that cc ignores
"-arch arm64"
argument when it is in quotes. If I run this command with-arch arm64
without quotes, it compiles.Related to #614
The text was updated successfully, but these errors were encountered: