Skip to content

Commit 8c80054

Browse files
remove univeral build from prebuilds
1 parent aa77837 commit 8c80054

File tree

1 file changed

+1
-14
lines changed

1 file changed

+1
-14
lines changed

binding.gyp

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -33,20 +33,7 @@
3333
'<(module_root_dir)/deps/zstd/build/cmake/lib/libzstd.a',
3434
]
3535
},
36-
}
37-
],
38-
['ARCH=="arm64"', {
39-
'xcode_settings': {
40-
"OTHER_CFLAGS": [
41-
"-arch x86_64",
42-
"-arch arm64"
43-
],
44-
"OTHER_LDFLAGS": [
45-
"-arch x86_64",
46-
"-arch arm64"
47-
]
48-
}
49-
}]
36+
}]
5037
],
5138
'cflags!': [ '-fno-exceptions' ],
5239
'cflags_cc!': [ '-fno-exceptions' ],

0 commit comments

Comments
 (0)