mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 09:52:27 -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) {
|
if (errors_occurred) {
|
||||||
cerr << "Errors occurred during processing.\n";
|
cerr << "Errors occurred during ppremake.\n";
|
||||||
return (1);
|
return (1);
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user