浏览代码

Fix openexr by updating

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

+ 1
- 1
openexr/Makefile 查看文件

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

ubuntu2404:
git clone --branch v3.1.5 https://github.com/AcademySoftwareFoundation/openexr || true
git clone --branch v3.3.2 https://github.com/AcademySoftwareFoundation/openexr || true
bash ../ubuntu2404.sh make impl
make package-ubuntu2404
bash ../ubuntu2404.sh chown $$(id -u):$$(id -g) . -R # fix permissions

正在加载...
取消
保存