build script:

- fix typo

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8880 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
3.0
nor..67 13 years ago
parent 055d9319ef
commit e862f7ec16
  1. 2
      engine/nbproject/build-bullet-natives.xml

@ -133,7 +133,7 @@
<delete file="bullet-api-diff.xml"/>
</target>
<target name="compile-native-library" description="compiles the native libbulletjme binary for the current platform" depends="compile-bullet-source, -create-folders, -nativelib-osx, -nativelib-windows, -nativelib-linux, -nativelib-linux-64, -nativelib-solaris"/>
<target name="compile-native-library" description="compiles the native libbulletjme binary for the current platform" depends="compile-bullet-sources, -create-folders, -nativelib-osx, -nativelib-windows, -nativelib-linux, -nativelib-linux-64, -nativelib-solaris"/>
<target name="-create-folders" description="creates the needed folders">
<mkdir dir="${bullet.source.dir}"/>

Loading…
Cancel
Save