mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
assimp: fix build with gcc 12
- https://github.com/assimp/assimp/issues/4433
This commit is contained in:
committed by
Rudi Heitbaum
parent
35ee2c682e
commit
dcf6856392
@@ -11,4 +11,5 @@ PKG_DEPENDS_TARGET="toolchain zlib"
|
||||
PKG_LONGDESC="A library to import and export various 3d-model-formats including scene-post-processing to generate missing render data."
|
||||
|
||||
PKG_CMAKE_OPTS_TARGET="-DASSIMP_BUILD_ASSIMP_TOOLS=OFF \
|
||||
-DASSIMP_BUILD_TESTS=OFF"
|
||||
-DASSIMP_BUILD_TESTS=OFF \
|
||||
-DASSIMP_WARNINGS_AS_ERRORS=OFF"
|
||||
|
||||
Reference in New Issue
Block a user