Move savedArgv into libmain
`savedArgv` is not accessible by plugins when defined in main binary. Moving it into one of the nix lib fix the problem.
This commit is contained in:
@@ -33,6 +33,7 @@
|
||||
|
||||
namespace nix {
|
||||
|
||||
char * * savedArgv;
|
||||
|
||||
static bool gcWarning = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user