Skip to content

Commit 2b01a09

Browse files
committed
Remove hard coded arch from macos build
1 parent 1b9081d commit 2b01a09

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

binding.gyp

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,7 @@
1515
},
1616
'xcode_settings': {
1717
'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-
]
18+
}
2819
}]
2920
]
3021
}

0 commit comments

Comments
 (0)