From cb20d7a5c113af2ca723cc718dd0f48baec9d8d7 Mon Sep 17 00:00:00 2001 From: Holger Schemel Date: Fri, 2 Oct 2020 00:37:24 +0200 Subject: [PATCH] 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. --- build-projects/android/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.34.1