Open dakhnod opened 4 months ago
Is there a list available of possible values for the --arch option?
--arch
I am trying to compile for arm64 and cannot seem to find the right key for that architecture...
I am compiling on x64, but need to compile for a Raspberry Pi.
I tried this, but it doesn't work: node-gyp clean configure build --arch=arm
node-gyp clean configure build --arch=arm
The only values that do something for --arch are 'ia32', everything else gets compiled to x86-64.
x86-64
https://nodejs.org/api/os.html#osarch
Is there a list available of possible values for the
--arch
option?I am trying to compile for arm64 and cannot seem to find the right key for that architecture...
I am compiling on x64, but need to compile for a Raspberry Pi.
I tried this, but it doesn't work:
node-gyp clean configure build --arch=arm
The only values that do something for
--arch
are 'ia32', everything else gets compiled tox86-64
.