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:
parent
6de42634b3
commit
83ef8dcf2d
1 changed files with 2 additions and 1 deletions
|
@ -96,7 +96,8 @@ for target in BUILD_TARGETS:
|
||||||
})
|
})
|
||||||
|
|
||||||
cc = os.path.join(
|
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))
|
target['cc'].format(min_sdk))
|
||||||
subprocess.check_call(
|
subprocess.check_call(
|
||||||
['go', 'run', 'build.go', '-goos', 'android',
|
['go', 'run', 'build.go', '-goos', 'android',
|
||||||
|
|
Loading…
Reference in a new issue