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

And don't use any slahses in path components

This commit is contained in:
Simon Frei 2022-11-27 22:32:07 +01:00
parent 6de42634b3
commit 83ef8dcf2d
No known key found for this signature in database
GPG key ID: 7C31D23ECB1006F3

View file

@ -96,7 +96,8 @@ for target in BUILD_TARGETS:
})
cc = os.path.join(
get_ndk_home(), "toolchains/llvm/prebuilt/", PLATFORM_DIRS[platform.system()], "bin",
get_ndk_home(), "toolchains", "llvm", "prebuilt",
PLATFORM_DIRS[platform.system()], "bin",
target['cc'].format(min_sdk))
subprocess.check_call(
['go', 'run', 'build.go', '-goos', 'android',