We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca57ce2 commit 7aae5f0Copy full SHA for 7aae5f0
1 file changed
binding.gyp
@@ -15,16 +15,7 @@
15
},
16
'xcode_settings': {
17
'MACOSX_DEPLOYMENT_TARGET': '10.7'
18
- },
19
- 'conditions': [
20
- # Use Perl v-strings to compare versions.
21
- ['clang_version and <!(perl -e \'print <(clang_version) cmp 12.0.0\')==1', {
22
- 'xcode_settings': {
23
- 'OTHER_CFLAGS': ['-arch arm64'],
24
- 'OTHER_LDFLAGS': ['-arch arm64']
25
- }
26
- }]
27
- ]
+ }
28
}]
29
]
30
}
0 commit comments