Browse Source

Undo alias, fix v8pp build?

master
Ray Burgemeestre 5 months ago
parent
commit
5e1343ded5
1 changed files with 8 additions and 2 deletions
  1. +8
    -2
      v8pp/build-v8.sh

+ 8
- 2
v8pp/build-v8.sh View File

# initial build # initial build
# temp # temp
#rm -rf out/x64.release #rm -rf out/x64.release
alias gm=$PWD/tools/dev/gm.py


gm x64.release
#alias gm=$PWD/tools/dev/gm.py
# whatever, it said,
#+ alias gm=/var/lib/go-agent/pipelines/v8pp-ubuntu2404/v8pp/v8/tools/dev/gm.py
#+ gm x64.release
#./build-v8.sh: line 46: gm: command not found
# so f*ck the alias

$PWD/tools/dev/gm.py x64.release


# we don't want std::_Cr, but std::__1 like everybody else is using # we don't want std::_Cr, but std::__1 like everybody else is using
# note that this is only relevant if use_custom_libcxx = true. # note that this is only relevant if use_custom_libcxx = true.

Loading…
Cancel
Save