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
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
'''
The text was updated successfully, but these errors were encountered:
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
'''
The text was updated successfully, but these errors were encountered: