mirror of
https://github.com/syncthing/syncthing-android.git
synced 2024-11-23 04:41:16 +00:00
parent
ad5634f36d
commit
9c2fa5c833
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 = 'python3'
|
executable = 'python'
|
||||||
args = ['-u', './build-syncthing.py']
|
args = ['-u', './build-syncthing.py']
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue