mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 02:15:43 -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
|
#endif
|
||||||
|
|
||||||
if (!_binary_name.empty()) {
|
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()) {
|
if (_dtool_name.empty()) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user