浏览代码

Undo alias, fix v8pp build?

master
Ray Burgemeestre 5 个月前
父节点
当前提交
5e1343ded5
共有 1 个文件被更改,包括 8 次插入2 次删除
  1. +8
    -2
      v8pp/build-v8.sh

+ 8
- 2
v8pp/build-v8.sh 查看文件

@@ -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.

正在加载...
取消
保存