mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 03:30:05 +02:00
box2d23, disable static library (#8039)
This commit is contained in:
@@ -5,7 +5,7 @@ winner of the 2008 Independant Game Festival Grand Prize"
|
||||
HOMEPAGE="http://www.box2d.org"
|
||||
COPYRIGHT="2007-2015 Erin Catto"
|
||||
LICENSE="MIT"
|
||||
REVISION="1"
|
||||
REVISION="2"
|
||||
SOURCE_URI="https://github.com/erincatto/Box2D/archive/v$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="58ffc8475a8650aadc351345aef696937747b40501ab78d72c197c5ff5b3035c"
|
||||
SOURCE_DIR="box2d-$portVersion"
|
||||
@@ -40,7 +40,7 @@ BUILD()
|
||||
-DCMAKE_INSTALL_PREFIX=$prefix \
|
||||
-DBOX2D_INSTALL_DOC=ON \
|
||||
-DBOX2D_BUILD_SHARED=ON \
|
||||
-DBOX2D_BUILD_STATIC=ON \
|
||||
-DBOX2D_BUILD_STATIC=OFF \
|
||||
-DBOX2D_BUILD_EXAMPLES=OFF \
|
||||
-DBOX2D_INCLUDE_DIR=$includeDir \
|
||||
-DLIB_INSTALL_DIR=$libDir \
|
||||
|
||||
Reference in New Issue
Block a user