Enable shared building for ODE

This commit is contained in:
Theodore Kokkoris
2013-12-16 20:03:51 +00:00
parent 08cd2aa270
commit 86cb7ed16c

View File

@@ -35,7 +35,7 @@ PATCHES="ode-0.12.patch"
BUILD()
{
runConfigure ./configure
runConfigure ./configure --enable-shared
make $jobArgs
}
INSTALL()