From ccddf1ea8e68145e977f5bc524e3255a4a190590 Mon Sep 17 00:00:00 2001 From: "nor..67" Date: Sat, 22 Oct 2011 03:27:51 +0000 Subject: [PATCH] - fix bullet build properties git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8498 75d07b2b-3a1a-0410-a2c5-0572b91ccdca --- engine/src/bullet/native/bullet.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/engine/src/bullet/native/bullet.properties b/engine/src/bullet/native/bullet.properties index 4349035c8..d8a62a15c 100644 --- a/engine/src/bullet/native/bullet.properties +++ b/engine/src/bullet/native/bullet.properties @@ -5,14 +5,14 @@ bullet.library.name=bulletjme bullet.library.version=0.9 # change if bullet folder has different location -bullet.folder=../../bullet-2.79 +bullet.folder=../bullet-trunk # compile options bullet.compile.debug=false # native library compilation options bullet.osx.compiler=g++ -bullet.osx.syslibroot=/Developer/SDKs/MacOSX10.6.sdk +bullet.osx.syslibroot=/Developer/SDKs/MacOSX10.5.sdk # change this to msvc for MS Visual Studio compiler bullet.windows.compiler=g++ bullet.linux.compiler=g++