mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +00:00
community/openshadinglanguage to 1.5.12-5
This commit is contained in:
parent
ac853aad50
commit
7c23bffb9b
1 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@
|
|||
|
||||
pkgname=openshadinglanguage
|
||||
pkgver=1.5.12
|
||||
pkgrel=4
|
||||
pkgrel=5
|
||||
pkgdesc="Advanced shading language for production GI renderers"
|
||||
arch=(i686 x86_64)
|
||||
url="https://github.com/imageworks/OpenShadingLanguage"
|
||||
|
@ -45,7 +45,7 @@ build() {
|
|||
-DCMAKE_INSTALL_PREFIX=/usr \
|
||||
-DLLVM_STATIC=1 ${BITCODE} \
|
||||
-DSTOP_ON_WARNING=0 \
|
||||
-DCMAKE_CXX_FLAGS="-std=c++11"
|
||||
-DCMAKE_CXX_FLAGS="-Wno-error=array-bounds -std=c++11"
|
||||
make
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue