mirror of
https://github.com/raysan5/raylib.git
synced 2025-12-06 06:13:10 +00:00
Update rexm.c
This commit is contained in:
parent
e062e3835e
commit
6f4f4cc508
@ -1485,9 +1485,9 @@ int main(int argc, char *argv[])
|
||||
strncpy(exCategory, exName, TextFindIndex(exName, "_"));
|
||||
|
||||
// Skip some examples from building
|
||||
if ((strcmp(exName, "others") == 0) ||
|
||||
(strcmp(exName, "core_custom_logging") == 0) ||
|
||||
(strcmp(exName, "core_window_should_close") == 0)) continue;
|
||||
if ((strcmp(exName, "core_custom_logging") == 0) ||
|
||||
(strcmp(exName, "core_window_should_close") == 0) ||
|
||||
(strcmp(exName, "core_custom_frame_control") == 0)) continue;
|
||||
|
||||
LOG("INFO: [%i/%i] Testing example: [%s]\n", i + 1, exBuildListCount, exName);
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user