mirror of
https://github.com/syncthing/syncthing-android.git
synced 2024-11-29 07:41:17 +00:00
build: Docker image has only python3 now
This commit is contained in:
parent
89735d2c08
commit
d413912716
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
task buildNative(type: Exec) {
|
task buildNative(type: Exec) {
|
||||||
inputs.dir("$projectDir/src/")
|
inputs.dir("$projectDir/src/")
|
||||||
outputs.dir("$projectDir/../app/src/main/jniLibs/")
|
outputs.dir("$projectDir/../app/src/main/jniLibs/")
|
||||||
executable = 'python'
|
executable = 'python3'
|
||||||
args = ['-u', './build-syncthing.py']
|
args = ['-u', './build-syncthing.py']
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue