mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 01:58:19 +00:00
Fix incorrect CMake target name in cmake_android.sh
The name of the main target was changed from `DDNet` to `game-client`.
This commit is contained in:
parent
468cd85839
commit
ceb1640320
|
@ -116,7 +116,7 @@ function build_for_type() {
|
|||
-DVIDEORECORDER=OFF
|
||||
(
|
||||
cd "${_DEFAULT_BUILD_FOLDER}/$_ANDROID_SUB_BUILD_DIR/$1" || exit 1
|
||||
cmake --build . --target DDNet
|
||||
cmake --build . --target game-client
|
||||
)
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue