mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-27 07:03:36 -04:00
makepanda: Fix ExecutionEnvironment.args being empty on Linux
This commit is contained in:
parent
a8eef28708
commit
77e3033c42
@ -2617,7 +2617,7 @@ DTOOL_CONFIG=[
|
||||
("HAVE_PROC_SELF_CMDLINE", 'UNDEF', '1'),
|
||||
("HAVE_PROC_CURPROC_FILE", 'UNDEF', 'UNDEF'),
|
||||
("HAVE_PROC_CURPROC_MAP", 'UNDEF', 'UNDEF'),
|
||||
("HAVE_PROC_SELF_CMDLINE", 'UNDEF', 'UNDEF'),
|
||||
("HAVE_PROC_CURPROC_CMDLINE", 'UNDEF', 'UNDEF'),
|
||||
("HAVE_GLOBAL_ARGV", '1', 'UNDEF'),
|
||||
("PROTOTYPE_GLOBAL_ARGV", 'UNDEF', 'UNDEF'),
|
||||
("GLOBAL_ARGV", '__argv', 'UNDEF'),
|
||||
|
Loading…
x
Reference in New Issue
Block a user