Merge branch 'windows_fixes' into 'master'

Disable windows swift generation

See merge request vato007/picar!2
This commit is contained in:
Michael Pivato
2020-05-19 09:16:28 +00:00
3 changed files with 16 additions and 10 deletions

View File

@@ -16,7 +16,8 @@ task copyPythonCode(type: Copy, dependsOn: configurations.python){
}
task build(type: Exec, dependsOn: copyPythonCode) {
commandLine 'python3', 'setup.py', 'bdist_wheel'
executable 'python3'
args 'setup.py', 'bdist_wheel'
}
task clean {