mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 14:38:51 +02:00
bullet: fix suffix for secondary arch
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user