siwan
siwan
I've tried many times, but it always breaks due to this error.QAQ 
what > > I've tried many times, but it always breaks due to this error.QAQ > >  > > That's pretty much expected if you are building natively on...
When I try to cross-compile on x64, I get an error rror /home/siwan/mycode/vscodium/vscodium/vscode/node_modules/@parcel/watcher: Command failed. Exit code: 1 Command: node-gyp-build Arguments: Directory: /home/siwan/mycode/vscodium/vscodium/vscode/node_modules/@parcel/watcher Output: gyp info it worked if it...
> That's not the correct compiler flag for cross-compilation. `-m64` is for x86_64 architecture. Thank you for your help, I successfully compiled it with github action, can I refer to...