From 6bd90c9666dff584d129a660de9d3a054cff13d9 Mon Sep 17 00:00:00 2001 From: zoltanvb <101990835+zoltanvb@users.noreply.github.com> Date: Tue, 7 Nov 2023 19:26:39 +0100 Subject: [PATCH] Propagate GIT_REVISION to REVISION --- Makefile.libretro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.libretro b/Makefile.libretro index a57a24c7..60e6bfdd 100644 --- a/Makefile.libretro +++ b/Makefile.libretro @@ -41,7 +41,7 @@ LOW_MEMORY := 0 TARGET_NAME := picodrive LIBM := -lm GIT_REVISION ?= -$(shell git rev-parse --short HEAD || echo ???) - +CFLAGS += -DREVISION=\"$(GIT_REVISION)\" fpic := -- 2.39.2