We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa77837 commit 8c80054Copy full SHA for 8c80054
binding.gyp
@@ -33,20 +33,7 @@
33
'<(module_root_dir)/deps/zstd/build/cmake/lib/libzstd.a',
34
]
35
},
36
- }
37
- ],
38
- ['ARCH=="arm64"', {
39
- 'xcode_settings': {
40
- "OTHER_CFLAGS": [
41
- "-arch x86_64",
42
- "-arch arm64"
43
44
- "OTHER_LDFLAGS": [
45
46
47
- ]
48
49
- }]
+ }]
50
],
51
'cflags!': [ '-fno-exceptions' ],
52
'cflags_cc!': [ '-fno-exceptions' ],
0 commit comments