diff --git a/sci-physics/bullet/bullet-2.87.recipe b/sci-physics/bullet/bullet-2.87.recipe index e26caa6a6..9185fa2ad 100644 --- a/sci-physics/bullet/bullet-2.87.recipe +++ b/sci-physics/bullet/bullet-2.87.recipe @@ -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