From: Holger Schemel Date: Thu, 1 Oct 2020 22:37:24 +0000 (+0200) Subject: fixed showing commit hash on version page of info screen for Android X-Git-Tag: 4.2.0.3~13 X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=commitdiff_plain;h=cb20d7a5c113af2ca723cc718dd0f48baec9d8d7 fixed showing commit hash on version page of info screen for Android This is needed when building for Android and was missing in commit 438a173a. --- diff --git a/build-projects/android/Makefile b/build-projects/android/Makefile index 11ef1ac0..24befa03 100644 --- a/build-projects/android/Makefile +++ b/build-projects/android/Makefile @@ -32,7 +32,7 @@ assets-toc: ./build-scripts/create_asset_tocs.sh app/src/main/assets .prepared: sdl manifest assets assets-toc - make -C ../.. auto-conf conf-time + make -C ../.. auto-conf conf-time conf-hash prepare: .prepared