Android only has release native code at the moment
This commit is contained in:
@@ -77,6 +77,6 @@ preBuild.dependsOn(copyFiles)
|
||||
|
||||
task generateVersioning(type: Exec) {
|
||||
workingDir "$projectDir/../"
|
||||
commandLine 'python', 'scripts/pre-build.py', 'debug'
|
||||
commandLine 'python', 'scripts/pre-build.py', 'release'
|
||||
}
|
||||
copyFiles.dependsOn(generateVersioning)
|
||||
|
||||
Reference in New Issue
Block a user