diff options
Diffstat (limited to 'testing/assimp/APKBUILD')
-rw-r--r-- | testing/assimp/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/assimp/APKBUILD b/testing/assimp/APKBUILD index 1c8b0fc383..4e35cf7a35 100644 --- a/testing/assimp/APKBUILD +++ b/testing/assimp/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Russ Webber <russ@rw.id.au> pkgname=assimp pkgver=5.0.0 -pkgrel=0 +pkgrel=1 pkgdesc="Open Asset Import Library imports and exports 3D model formats." url="http://www.assimp.org/" arch="all !s390x" @@ -22,7 +22,7 @@ build() { -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib \ -DBUILD_SHARED_LIBS=True \ - -DCMAKE_BUILD_TYPE=Release \ + -DCMAKE_BUILD_TYPE=None \ -DCMAKE_CXX_FLAGS="$CXXFLAGS" \ -DCMAKE_C_FLAGS="$CFLAGS" \ -DASSIMP_BUILD_TESTS=True \ |