Browse Source

Fix openexr by updating

master
Ray Burgemeestre 5 months ago
parent
commit
5e74e77022
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      openexr/Makefile

+ 1
- 1
openexr/Makefile View File

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

Loading…
Cancel
Save