|
|
|
@@ -15,10 +15,10 @@ macos_instance: |
|
|
|
task: |
|
|
|
name: AppleM1/LLVM x86_64 xbuild |
|
|
|
compile_script: |
|
|
|
- brew install llvm |
|
|
|
- export PATH=/opt/homebrew/opt/llvm/bin:$PATH |
|
|
|
- export LDFLAGS="-L/opt/homebrew/opt/llvm/lib" |
|
|
|
- export CPPFLAGS="-I/opt/homebrew/opt/llvm/include" |
|
|
|
- #brew install llvm |
|
|
|
- export #PATH=/opt/homebrew/opt/llvm/bin:$PATH |
|
|
|
- export #LDFLAGS="-L/opt/homebrew/opt/llvm/lib" |
|
|
|
- export #CPPFLAGS="-I/opt/homebrew/opt/llvm/include" |
|
|
|
- export ARCHS="i386 x86_64" |
|
|
|
- export ARCHS_STANDARD="i386 x86_64" |
|
|
|
- export ARCHS_STANDARD_32_64_BIT="i386 x86_64" |
|
|
|
|