浏览代码

Bump newer boost

master
Ray Burgemeestre 5 个月前
父节点
当前提交
36030a372b
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      boost/Makefile

+ 1
- 1
boost/Makefile 查看文件

@@ -21,7 +21,7 @@ ubuntu2204:
bash ../ubuntu2204.sh chown $$(id -u):$$(id -g) . -R

ubuntu2404:
git clone --branch boost-1.80.0 --recursive https://github.com/boostorg/boost
git clone --branch boost-1.86.0 --recursive https://github.com/boostorg/boost
bash ../ubuntu2404.sh make impl
make package-ubuntu2404
bash ../ubuntu2404.sh chown $$(id -u):$$(id -g) . -R

正在加载...
取消
保存