bullet: fix suffix for secondary arch

This commit is contained in:
Gerasim Troeglazov
2018-10-08 01:43:36 +00:00
parent ee6b46901d
commit 68cce8c416

View File

@@ -7,7 +7,7 @@ the ZLib license."
HOMEPAGE="http://www.bulletphysics.com/"
COPYRIGHT="2003-2017 Erwin Coumans and the Bullet Physics Library Team"
LICENSE="Zlib"
REVISION="3"
REVISION="4"
SOURCE_URI="https://github.com/bulletphysics/bullet3/archive/$portVersion.tar.gz"
CHECKSUM_SHA256="438c151c48840fe3f902ec260d9496f8beb26dba4b17769a4a53212903935f95"
SOURCE_DIR="bullet3-$portVersion"
@@ -101,7 +101,7 @@ BUILD()
-DBUILD_UNIT_TESTS=OFF \
-DCMAKE_BUILD_TYPE=Release \
-DINSTALL_LIBS=ON \
-DLIB_SUFFIX="/$effectiveTargetArchitecture" \
-DLIB_SUFFIX="$secondaryArchSubDir" \
-DINCLUDE_INSTALL_DIR="$includeDir/bullet/" \
$cmakeDirArgs
make $jobArgs