mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-31 09:52:57 +02:00
embree: enable aarch64
This commit is contained in:
parent
ecda55131a
commit
0f048dabd6
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
||||||
# Template file for 'embree'
|
# Template file for 'embree'
|
||||||
pkgname=embree
|
pkgname=embree
|
||||||
version=4.0.0
|
version=4.0.0
|
||||||
revision=1
|
revision=2
|
||||||
archs="x86_64*"
|
archs="aarch64* x86_64*"
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DTBB_ROOT=/usr -DEMBREE_IGNORE_CMAKE_CXX_FLAGS=OFF
|
configure_args="-DTBB_ROOT=/usr -DEMBREE_IGNORE_CMAKE_CXX_FLAGS=OFF
|
||||||
-DEMBREE_TUTORIALS=OFF -DCMAKE_BUILD_TYPE=Release"
|
-DEMBREE_TUTORIALS=OFF -DCMAKE_BUILD_TYPE=Release"
|
||||||
|
|
Loading…
Add table
Reference in a new issue