mirror of
https://github.com/deltachat/deltachat-android.git
synced 2025-10-04 02:09:39 +02:00
Remove ndk-make.sh symlink to scripts/ndk-make.sh
If scripts are always called directly without symlink, there is no need to use `realpath` which is not available on some systems. F-Droid builds already use scripts/ndk-make.sh: <https://gitlab.com/fdroid/fdroiddata/blob/master/metadata/com.b44t.messenger.yml> Same for nightly builds running on Concourse CI.
This commit is contained in:
parent
a08335ec38
commit
543a7965c2
5 changed files with 5 additions and 6 deletions
|
@ -4,6 +4,6 @@
|
|||
#
|
||||
set -e
|
||||
TARGETS="armv7-linux-androideabi aarch64-linux-android i686-linux-android x86_64-linux-android"
|
||||
RUSTUP_TOOLCHAIN=$(cat "$(dirname $(realpath "$0"))/rust-toolchain")
|
||||
RUSTUP_TOOLCHAIN=$(cat "$(dirname "$0")/rust-toolchain")
|
||||
rustup install "$RUSTUP_TOOLCHAIN"
|
||||
rustup target add $TARGETS --toolchain "$RUSTUP_TOOLCHAIN"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue