Pārlūkot izejas kodu

bullet build script:
- fix folder name

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8884 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

nor..67 14 gadi atpakaļ
vecāks
revīzija
a851d57de6
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      engine/nbproject/build-bullet-natives.xml

+ 1 - 1
engine/nbproject/build-bullet-natives.xml

@@ -221,7 +221,7 @@
     <target name="-nativelib-linux-64" if="isLinux64">
         <echo message="Building Linux version of native bullet"/>
         <mkdir dir="${bullet.output.dir}/linux"/>
-        <cc name="${bullet.linux.compiler}" warnings="severe" debug="${bullet.compile.debug}" link="shared" outfile="${bullet.output.dir}/linux/${bullet.library.name}64" objdir="build/bullet-native64">
+        <cc name="${bullet.linux.compiler}" warnings="severe" debug="${bullet.compile.debug}" link="shared" outfile="${bullet.output.dir}/linux/${bullet.library.name}64" objdir="build/bullet-native-64">
             <fileset dir="${bullet.source.dir}">
                 <include name="*.cpp">
                 </include>