Archived
1
0

Properly bundle in libstdc++

This commit is contained in:
Anmol Sethi
2020-05-21 19:18:50 -04:00
parent f117475970
commit ac9b57c07e
2 changed files with 13 additions and 2 deletions

View File

@ -17,4 +17,5 @@ bin_dir() {
}
BIN_DIR=$(bin_dir)
export LD_LIBRARY_PATH="$BIN_DIR/../lib${LD_LIBRARY_PATH+:$LD_LIBRARY_PATH}"
exec "$BIN_DIR/../lib/node" "$BIN_DIR/.." "$@"