Browse Source

add search extensions for scons' path

zaevi 4 years ago
parent
commit
befbfecd4d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      platform/android/java/lib/build.gradle

+ 1 - 1
platform/android/java/lib/build.gradle

@@ -68,7 +68,7 @@ android {
         File sconsExecutableFile = null
         def sconsName = "scons"
         def sconsExts = (org.gradle.internal.os.OperatingSystem.current().isWindows()
-            ? [".bat", ".exe"]
+            ? [".bat", ".cmd", ".ps1", ".exe"]
             : [""])
         logger.lifecycle("Looking for $sconsName executable path")
         for (ext in sconsExts) {