mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-29 16:20:11 -04:00
*** empty log message ***
This commit is contained in:
parent
ebdd538dcc
commit
ef8dbef020
@ -11,7 +11,7 @@
|
|||||||
// this case, we must read all of the environment variables directly
|
// this case, we must read all of the environment variables directly
|
||||||
// and cache them locally.
|
// and cache them locally.
|
||||||
|
|
||||||
#ifdef STATIC_INIT_GETENV
|
#ifndef STATIC_INIT_GETENV
|
||||||
#define PREREAD_ENVIRONMENT
|
#define PREREAD_ENVIRONMENT
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
@ -185,6 +185,8 @@ read_environment_variables() {
|
|||||||
}
|
}
|
||||||
ch = proc.get();
|
ch = proc.get();
|
||||||
}
|
}
|
||||||
|
#else
|
||||||
|
cerr << "Warning: environment variables unavailable to dconfig.\n";
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -238,5 +240,7 @@ read_args() {
|
|||||||
|
|
||||||
ch = proc.get();
|
ch = proc.get();
|
||||||
}
|
}
|
||||||
|
#else
|
||||||
|
cerr << "Warning: command line parameters unavailable to dconfig.\n";
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user