embree: enable aarch64

This commit is contained in:
Andrea Brancaleoni 2023-04-02 08:26:03 +09:00
parent ecda55131a
commit 0f048dabd6

View file

@ -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"