mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-09 17:48:19 +00:00
Remove unnecessary DDNET_TEST_NO_LINK=1
in Android build
Verified with clean build, the variable is not necessary. Closes #8420.
This commit is contained in:
parent
a5ca7c64e0
commit
60bbbcd424
|
@ -139,7 +139,6 @@ function build_for_type() {
|
|||
-DCMAKE_ANDROID_ARCH_ABI="${2}" \
|
||||
-DCARGO_NDK_TARGET="${3}" \
|
||||
-DCARGO_NDK_API="$ANDROID_API_LEVEL" \
|
||||
-DDDNET_TEST_NO_LINK=ON \
|
||||
-B"${BUILD_FOLDER}/$ANDROID_SUB_BUILD_DIR/$1" \
|
||||
-DSERVER=OFF \
|
||||
-DTOOLS=OFF \
|
||||
|
|
Loading…
Reference in a new issue