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