7 lines
357 B
TOML
7 lines
357 B
TOML
[env]
|
|
SDKROOT = "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk"
|
|
LLVM_CONFIG_PATH = "/opt/homebrew/opt/llvm/bin/llvm-config"
|
|
BINDGEN_EXTRA_CLANG_ARGS = "-I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include"
|
|
|
|
[target.aarch64-apple-darwin]
|
|
rustflags = []
|