semicolon

This commit is contained in:
Johnny Cena 2025-08-24 09:16:47 +02:00
parent dde3bc6588
commit a7acd8bc7d

View File

@ -1202,7 +1202,7 @@ int main(int argc, char *argv[])
#if defined(__linux__) || defined(__APPLE__) #if defined(__linux__) || defined(__APPLE__)
make = "/usr/bin/make"; make = "/usr/bin/make";
#endif #endif
TraceLog(LOG_INFO, "Using make: %s", make) TraceLog(LOG_INFO, "Using make: %s", make);
ChangeDirectory(exBasePath); ChangeDirectory(exBasePath);
system(TextFormat("%s %s/%s PLATFORM=PLATFORM_DESKTOP -B", make, exCategory, exName)); system(TextFormat("%s %s/%s PLATFORM=PLATFORM_DESKTOP -B", make, exCategory, exName));