Skip to content

Commit 7aae5f0

Browse files
authored
[build] Do not build a universal binary for macOS (#167)
Fixes #166
1 parent ca57ce2 commit 7aae5f0

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)