Skip to content

Commit

Permalink
remove univeral build from prebuilds
Browse files Browse the repository at this point in the history
  • Loading branch information
baileympearson committed Dec 2, 2024
1 parent aa77837 commit 8c80054
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions binding.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -33,20 +33,7 @@
'<(module_root_dir)/deps/zstd/build/cmake/lib/libzstd.a',
]
},
}
],
['ARCH=="arm64"', {
'xcode_settings': {
"OTHER_CFLAGS": [
"-arch x86_64",
"-arch arm64"
],
"OTHER_LDFLAGS": [
"-arch x86_64",
"-arch arm64"
]
}
}]
}]
],
'cflags!': [ '-fno-exceptions' ],
'cflags_cc!': [ '-fno-exceptions' ],
Expand Down

0 comments on commit 8c80054

Please sign in to comment.