laverdet / isolated-vm

Secure & isolated JS environments for nodejs
ISC License
2.18k stars 154 forks source link

can not build universal macos application package with it #486

Closed qyd159 closed 4 months ago

qyd159 commented 4 months ago

the feature that i need to build a macos universal application

laverdet commented 4 months ago

You can just run node-gyp manually. Copy/paste the commands from here: https://github.com/laverdet/isolated-vm/blob/main/.github/workflows/prebuild.yml. darwin+x86 binaries are not shipped at all.