Cross Compilation Is Broken
obelisk opened this issue · 0 comments
obelisk commented
Trying to compile to x86_64 from a non x86_64 computer doesn't work correctly because the cc dependency here is outdated it seems, when it compiles it does not add the -arch flag correctly.
The fix for this seems to be to use the current version of cc, 1.0.65, but I'm not aware if there is a reason the version is strictly specified here.