From dde3bc65882842e08c316bef2e2c6f0b31bb1ddf Mon Sep 17 00:00:00 2001 From: Johnny Cena Date: Sun, 24 Aug 2025 09:13:14 +0200 Subject: [PATCH] add debug line --- tools/rexm/rexm.c | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/rexm/rexm.c b/tools/rexm/rexm.c index 672e413d6..cc7c8ce4c 100644 --- a/tools/rexm/rexm.c +++ b/tools/rexm/rexm.c @@ -1202,6 +1202,7 @@ int main(int argc, char *argv[]) #if defined(__linux__) || defined(__APPLE__) make = "/usr/bin/make"; #endif + TraceLog(LOG_INFO, "Using make: %s", make) ChangeDirectory(exBasePath); system(TextFormat("%s %s/%s PLATFORM=PLATFORM_DESKTOP -B", make, exCategory, exName));