mirror of
https://github.com/NixOS/nix
synced 2025-06-27 00:11:17 +02:00
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:
parent
b154070ab0
commit
cd86eeb693
2 changed files with 1 additions and 1 deletions
|
@ -33,6 +33,7 @@
|
|||
|
||||
namespace nix {
|
||||
|
||||
char * * savedArgv;
|
||||
|
||||
static bool gcWarning = true;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue