Browse Source

Fix openexr build

master
Ray Burgemeestre 2 years ago
parent
commit
7d642fb2e6
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      openexr/Makefile

+ 2
- 2
openexr/Makefile View File

bash ../ubuntu2004.sh chown $$(id -u):$$(id -g) . -R # fix permissions bash ../ubuntu2004.sh chown $$(id -u):$$(id -g) . -R # fix permissions


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


shell: shell:
FLAGS="-i --privileged" bash ../ubuntu2004.sh /bin/bash
FLAGS="-i --privileged" bash ../ubuntu2204.sh /bin/bash

Loading…
Cancel
Save