Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
macOS — Remove i386 and add Apple Silicon support
i386 (32 bits) has been deprecated for a long time on macOS, not supported by libSystem, and it thus breaks compilation with the following error: ``` ld: warning: The i386 architecture is deprecated for macOS (remove from the Xcode build setting: ARCHS) ld: warning: ignoring file /Library/Developer/CommandLineTools/SDKs/MacOSX15.0.sdk/usr/lib/libSystem.tbd, missing required architecture i386 in file /Library/Developer/CommandLineTools/SDKs/MacOSX15.0.sdk/usr/lib/libSystem.tbd (3 slices) ld: dynamic executables or dylibs must link with libSystem.dylib for architecture i386 cc: error: linker command failed with exit code 1 (use -v to see invocation) ``` Fix ku1ik#91
- Loading branch information