Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding aarch64.apple.darwin9 or arm64.apple.darwin9 support for M1 MacBooks #113

Open
bpecsek opened this issue Apr 12, 2021 · 1 comment

Comments

@bpecsek
Copy link

bpecsek commented Apr 12, 2021

Could you please add support for the M1 MacOSX?

After installing clang-11 from homebrew c2ffi can now be built on the M1 Macbook using this shell script.
'''
git clone https://github.com/rpav/c2ffi.git
cd c2ffi
mkdir build
cd build/
LLVM_DIR=/opt/homebrew/Cellar/llvm/11.1.0_1/lib/cmake/llvm CC="clang-11" CXX="clang++" cmake ..
LIBRARY_PATH=/opt/homebrew/Cellar/llvm/11.1.0_1/Toolchains/LLVM11.1.0.xctoolchain/usr/lib make
'''

@barracuda156
Copy link

@bpecsek darwin9 is macOS 10.5. While it is certainly desirable to support it, there is no aarch64 for it (Leopard supports x86 and PowerPC).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants