| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent f1fcd66 commit d06e158
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -491,6 +491,14 @@ | |||
| 491 | 491 | ['target_arch=="x64"', { | |
| 492 | 492 | 'xcode_settings': {'ARCHS': ['x86_64']}, | |
| 493 | 493 | }], | |
| 494 | + ['target_arch=="arm64"', { | ||
| 495 | + 'xcode_settings': { | ||
| 496 | + 'ARCHS': ['arm64'], | ||
| 497 | + 'OTHER_LDFLAGS!': [ | ||
| 498 | + '-Wl,-no_pie', | ||
| 499 | + ], | ||
| 500 | + }, | ||
| 501 | + }], | ||
| 494 | 502 | ['clang==1', { | |
| 495 | 503 | 'xcode_settings': { | |
| 496 | 504 | 'GCC_VERSION': 'com.apple.compilers.llvm.clang.1_0', | |
| Back | FazBrowse Home | New Git URL |
0 commit comments