Browse Source

- try reactivating native bullet build after fix suggested by @phr00t

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9867 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
nor..67 13 năm trước cách đây
mục cha
commit
4bff5fd829
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      build.xml

+ 2 - 2
build.xml

@@ -135,8 +135,8 @@
     </target>
 
     <target name="-hudson-build-engine">
-        <!--ant dir="engine" target="build-bullet-natives"/-->
-        <ant dir="engine" target="jar"/>
+        <ant dir="engine" target="build-bullet-natives"/>
+        <!--ant dir="engine" target="jar"/-->
         <ant dir="engine" target="javadoc"/>
         <ant dir="engine" target="update-sdk-nobuild"/>
     </target>