mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-01 17:35:34 -04:00
Fix for some kind of weird weirdness (compiler bug?)
This commit is contained in:
parent
ace7910a44
commit
d5836b1ae3
@ -538,7 +538,7 @@ read_args() {
|
||||
#endif
|
||||
|
||||
if (!_binary_name.empty()) {
|
||||
set_environment_variable("MAIN_DIR", Filename(_binary_name).get_dirname());
|
||||
ns_set_environment_variable("MAIN_DIR", Filename(_binary_name).get_dirname());
|
||||
}
|
||||
|
||||
if (_dtool_name.empty()) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user