New comment by dkwo on void-packages repository https://github.com/void-linux/void-packages/pull/42644#issuecomment-1470889860 Comment: sorry, I think I'm unable to fix cross compilation (to musl in particular). yarn uses node-gyp, which passes the option `-m64` to the compiler, even though that option is not in our crosstoolchain (the cross tool chain correctly exports CC, CC_host, etc). if I try to work around that by exporting things like `npm_config_target=arm64`, then it hits other errors down the line, like the one above.