Преглед изворни кода

bullet native: fix mingw target platform

Kirill Vainer пре 9 година
родитељ
комит
d27b26805a
1 измењених фајлова са 3 додато и 3 уклоњено
  1. 3 3
      jme3-bullet-native/build.gradle

+ 3 - 3
jme3-bullet-native/build.gradle

@@ -168,7 +168,7 @@ model {
                 assembler.executable "i686-w64-mingw32-g++"
                 staticLibArchiver.executable "i686-w64-mingw32-gcc-ar"
             }
-            target("windows_x86")
+            target("Windows32")
         }
         mingw_x86_64(Gcc) {
             eachPlatform() {
@@ -178,7 +178,7 @@ model {
                 assembler.executable "x86_64-w64-mingw32-g++"
                 staticLibArchiver.executable "x86_64-w64-mingw32-gcc-ar"
             }
-            target("windows_x86_64")
+            target("Windows64")
         }
     }
 }
@@ -229,4 +229,4 @@ class MyDownload extends DefaultTask {
     void download() {
         ant.get(src: sourceUrl, dest: target)
     }
-}
+}