Update the logic to query for the 'scons' command executable path.
This commit is contained in:
parent
9e7348f788
commit
46cc3233d8
2 changed files with 33 additions and 3 deletions
|
|
@ -22,8 +22,6 @@ allprojects {
|
|||
}
|
||||
|
||||
ext {
|
||||
sconsExt = org.gradle.internal.os.OperatingSystem.current().isWindows() ? ".bat" : ""
|
||||
|
||||
supportedAbis = ["armv7", "arm64v8", "x86", "x86_64"]
|
||||
supportedTargets = ["release", "debug"]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue