mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 09:52:27 -04:00
formatting
This commit is contained in:
parent
fac3dc50d2
commit
9b18566665
@ -276,9 +276,11 @@ main(int argc, char *argv[]) {
|
|||||||
|
|
||||||
string platform;
|
string platform;
|
||||||
char *platform_env = getenv("PPREMAKE_PLATFORM");
|
char *platform_env = getenv("PPREMAKE_PLATFORM");
|
||||||
if(platform_env==NULL)
|
if(platform_env==NULL) {
|
||||||
platform=PLATFORM;
|
platform=PLATFORM;
|
||||||
else platform=platform_env;
|
} else {
|
||||||
|
platform=platform_env;
|
||||||
|
}
|
||||||
|
|
||||||
string ppremake_config;
|
string ppremake_config;
|
||||||
bool got_ppremake_config = false;
|
bool got_ppremake_config = false;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user