Browse Source

- bullet native: fix osx java headers path to work on lion

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

+ 1 - 1
engine/src/bullet/native/bullet.properties

@@ -20,7 +20,7 @@ bullet.solaris.compiler=g++
 # native header include directories
 # native header include directories
 bullet.java.include=${java.home}/../include
 bullet.java.include=${java.home}/../include
 # OSX has no JRE, only JDK
 # OSX has no JRE, only JDK
-bullet.osx.java.include=${java.home}/include
+bullet.osx.java.include=/System/Library/Frameworks/JavaVM.framework/Headers
 
 
 # dont change these..
 # dont change these..
 bullet.bullet.include=${bullet.folder}/src
 bullet.bullet.include=${bullet.folder}/src