Skip to content

Commit dde3bc6

Browse files
committed
add debug line
1 parent eb73a79 commit dde3bc6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/rexm/rexm.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1202,6 +1202,7 @@ int main(int argc, char *argv[])
12021202
#if defined(__linux__) || defined(__APPLE__)
12031203
make = "/usr/bin/make";
12041204
#endif
1205+
TraceLog(LOG_INFO, "Using make: %s", make)
12051206
ChangeDirectory(exBasePath);
12061207
system(TextFormat("%s %s/%s PLATFORM=PLATFORM_DESKTOP -B", make, exCategory, exName));
12071208

0 commit comments

Comments
 (0)