mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-10 08:16:15 +02:00
Merge pull request #7231 from jfroche/fix/savedArgv-access
Move savedArgv into libmain
This commit is contained in:
commit
0edba4cc1e
2 changed files with 1 additions and 1 deletions
|
@ -33,6 +33,7 @@
|
|||
|
||||
namespace nix {
|
||||
|
||||
char * * savedArgv;
|
||||
|
||||
static bool gcWarning = true;
|
||||
|
||||
|
|
|
@ -53,7 +53,6 @@ static bool haveInternet()
|
|||
}
|
||||
|
||||
std::string programPath;
|
||||
char * * savedArgv;
|
||||
|
||||
struct HelpRequested { };
|
||||
|
||||
|
|
Loading…
Reference in a new issue