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

@@ -41,9 +41,15 @@ gclient sync -r 11.9.169.4 # https://github.com/pmed/v8-nuget/
# initial build
# temp
#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
# note that this is only relevant if use_custom_libcxx = true.

Loading…
Cancel
Save