add debug line
This commit is contained in:
parent
eb73a7919a
commit
dde3bc6588
|
|
@ -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));
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user