Browse Source

- fix bullet build properties

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8498 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
nor..67 14 years ago
parent
commit
ccddf1ea8e
1 changed files with 2 additions and 2 deletions
  1. 2 2
      engine/src/bullet/native/bullet.properties

+ 2 - 2
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++