- 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
3.0
nor..67 13 years ago
parent fbbe0fa8c7
commit 99c679af49
  1. 2
      engine/src/bullet/native/bullet.properties

@ -20,7 +20,7 @@ bullet.solaris.compiler=g++
# native header include directories
bullet.java.include=${java.home}/../include
# 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..
bullet.bullet.include=${bullet.folder}/src

Loading…
Cancel
Save