mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2025-04-08 00:31:11 +00:00
[android] make $NDK optional in the build script.
This commit is contained in:
parent
e4ef966630
commit
ea2a824383
1 changed files with 2 additions and 0 deletions
|
@ -24,7 +24,9 @@ export DIST=$PWD/build-artifacts
|
|||
# This is a symlink pointing to the real Android NDK
|
||||
# Must be the same as $ANDROID_NDK_HOME see:
|
||||
# https://github.com/actions/virtual-environments/blob/main/images/linux/Ubuntu2004-README.md
|
||||
if [ -z "$NDK" ]; then
|
||||
export NDK=~/Android/Sdk/ndk/21.3.6528147
|
||||
fi
|
||||
|
||||
# All the built binaries, libs and their headers will be installed here
|
||||
export PREFIX=$DEV/opt/android
|
||||
|
|
Loading…
Reference in a new issue