mirror of
https://github.com/Ernous/TorrServerJellyfin.git
synced 2025-12-19 13:36:09 +05:00
change path to ndk
This commit is contained in:
@@ -20,7 +20,8 @@ Run build script under linux build-all.sh\
|
|||||||
For build web page need install npm and yarn\
|
For build web page need install npm and yarn\
|
||||||
For instal yarn: _npm i -g yarn_ after install npm\
|
For instal yarn: _npm i -g yarn_ after install npm\
|
||||||
For build android server need android toolchain\
|
For build android server need android toolchain\
|
||||||
Download android ndk and copy android-ndk-XXX/toolchains/llvm/prebuilt/linux-x86_64 dir to source, rename it to toolchain
|
Download android ndk and change NDK_TOOLCHAIN in build.sh to\
|
||||||
|
path/to/Android/sdk/ndk/ver/toolchains/llvm/prebuilt/platform
|
||||||
|
|
||||||
#
|
#
|
||||||
### Server args:
|
### Server args:
|
||||||
|
|||||||
@@ -90,7 +90,7 @@ declare -a COMPILERS=(
|
|||||||
"amd64:x86_64-linux-android21-clang"
|
"amd64:x86_64-linux-android21-clang"
|
||||||
)
|
)
|
||||||
|
|
||||||
export NDK_TOOLCHAIN=$ROOT/toolchain
|
export NDK_TOOLCHAIN=/Users/yourok/Library/Android/sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/darwin-x86_64
|
||||||
|
|
||||||
GOOS=android
|
GOOS=android
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user