mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-30 17:33:03 +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'
|
||||
pkgname=embree
|
||||
version=4.0.0
|
||||
revision=1
|
||||
archs="x86_64*"
|
||||
revision=2
|
||||
archs="aarch64* x86_64*"
|
||||
build_style=cmake
|
||||
configure_args="-DTBB_ROOT=/usr -DEMBREE_IGNORE_CMAKE_CXX_FLAGS=OFF
|
||||
-DEMBREE_TUTORIALS=OFF -DCMAKE_BUILD_TYPE=Release"
|
||||
|
|
Loading…
Add table
Reference in a new issue