5 lines
188 B
Bash
Executable File
5 lines
188 B
Bash
Executable File
#!/bin/bash
|
|
node node_modules/node-gyp/bin/node-gyp.js configure
|
|
sudo node node_modules/node-gyp/bin/node-gyp.js build
|
|
|
|
cp build/Release/syscall.node rootfs\ overrides/chibrax/syscall.node |