We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb73a79 commit dde3bc6Copy full SHA for dde3bc6
tools/rexm/rexm.c
@@ -1202,6 +1202,7 @@ int main(int argc, char *argv[])
1202
#if defined(__linux__) || defined(__APPLE__)
1203
make = "/usr/bin/make";
1204
#endif
1205
+ TraceLog(LOG_INFO, "Using make: %s", make)
1206
ChangeDirectory(exBasePath);
1207
system(TextFormat("%s %s/%s PLATFORM=PLATFORM_DESKTOP -B", make, exCategory, exName));
1208
0 commit comments