From 68cce8c416e19821e3ba943b89f1de7a693fd63c Mon Sep 17 00:00:00 2001 From: Gerasim Troeglazov <3dEyes@gmail.com> Date: Mon, 8 Oct 2018 01:43:36 +0000 Subject: [PATCH] bullet: fix suffix for secondary arch --- sci-physics/bullet/bullet-2.87.recipe | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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