mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-30 00:32:57 -04:00
add errors_occurred flag
This commit is contained in:
parent
d4447cf753
commit
7fdb08d000
@ -477,7 +477,7 @@ main(int argc, char *argv[]) {
|
||||
}
|
||||
|
||||
if (errors_occurred) {
|
||||
cerr << "Errors occurred during processing.\n";
|
||||
cerr << "Errors occurred during ppremake.\n";
|
||||
return (1);
|
||||
|
||||
} else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user