Ver código fonte

Fix openexr build

master
Ray Burgemeestre 2 anos atrás
pai
commit
7d642fb2e6
1 arquivos alterados com 2 adições e 2 exclusões
  1. +2
    -2
      openexr/Makefile

+ 2
- 2
openexr/Makefile Ver arquivo

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

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
make package-ubuntu2204
bash ../ubuntu2204.sh chown $$(id -u):$$(id -g) . -R # fix permissions
@@ -47,4 +47,4 @@ clean:
rm -rf out

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

Carregando…
Cancelar
Salvar