msojocs 5df3050ee7 update: aur 构建跟进
fix: 修复可能出现扩展宿主意外终止的问题
2022-04-11 13:27:50 +08:00

10 lines
317 B
Bash
Executable File

#!/bin/bash
root_dir=$(cd `dirname $0`/.. && pwd -P)
export PATH="$root_dir/node/bin:$PATH"
ln -s "$( which python2 )" "$root_dir/node/bin/python"
cd "$root_dir/tmp/node_test/node_modules/spdlog"
# node-gyp rebuild
nw-gyp rebuild --arch=x64 "--target=0.55.0" --dist-url=https://registry.npmmirror.com/-/binary/nwjs