浏览代码

Fix v8pp/v8 build

master
Ray Burgemeestre 2 年前
父节点
当前提交
46a7020668
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. +3
    -0
      v8pp/Makefile

+ 3
- 0
v8pp/Makefile 查看文件

@@ -44,6 +44,9 @@ ubuntu2204:
bash ../ubuntu2204.sh chown $$(id -u):$$(id -g) . -R # fix permissions

build:
# see issue https://exerror.com/fatal-detected-dubious-ownership-in-repository/
git config --global --add safe.directory '*'

switch-to-latest-clang
apt-get update
apt-get install pkg-config python2.7 -y

正在加载...
取消
保存