1
0
Fork 0
mirror of https://github.com/syncthing/syncthing-android.git synced 2024-11-22 20:31:16 +00:00

build: Revert to python binary

This reverts commit d413912716.
This commit is contained in:
Simon Frei 2021-10-12 21:43:02 +02:00
parent ad5634f36d
commit 9c2fa5c833
No known key found for this signature in database
GPG key ID: 7C31D23ECB1006F3

View file

@ -1,7 +1,7 @@
task buildNative(type: Exec) {
inputs.dir("$projectDir/src/")
outputs.dir("$projectDir/../app/src/main/jniLibs/")
executable = 'python3'
executable = 'python'
args = ['-u', './build-syncthing.py']
}