فهرست منبع

Remove Android Native project from build natives property check.

iwgeric 11 سال پیش
والد
کامیت
4d272915d9
1فایلهای تغییر یافته به همراه2 افزوده شده و 1 حذف شده
  1. 2 1
      settings.gradle

+ 2 - 1
settings.gradle

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