Explorar o código

Mark "jme3-android-native" as a native project

shadowislord %!s(int64=10) %!d(string=hai) anos
pai
achega
bf603b8f28
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      settings.gradle

+ 1 - 1
settings.gradle

@@ -26,10 +26,10 @@ include 'jme3-ios'
 //native builds
 include 'jme3-bullet' //java
 if(buildNativeProjects == "true"){
+    include 'jme3-android-native' //cpp
     include 'jme3-bullet-native' //cpp
     include 'jme3-bullet-native-android' //cpp
 }
-include 'jme3-android-native' //cpp
 
 // Test Data project
 include 'jme3-testdata'