Update the logic to query for the 'scons' command executable path.

This commit is contained in:
Fredia Huya-Kouadio
2020-11-14 14:36:53 -08:00
parent 9e7348f788
commit 46cc3233d8
2 changed files with 33 additions and 3 deletions

View File

@@ -22,8 +22,6 @@ allprojects {
}
ext {
sconsExt = org.gradle.internal.os.OperatingSystem.current().isWindows() ? ".bat" : ""
supportedAbis = ["armv7", "arm64v8", "x86", "x86_64"]
supportedTargets = ["release", "debug"]