mirror of
https://github.com/NixOS/nix
synced 2025-07-06 17:31:47 +02:00
Make sure we have an execvpe
on Windows too
Necessary to fix a build (that was already broken in other ways) after PR #11021.
This commit is contained in:
parent
88998fae74
commit
dbabfc92d4
5 changed files with 20 additions and 5 deletions
|
@ -129,6 +129,7 @@ sources = files(
|
|||
'english.cc',
|
||||
'environment-variables.cc',
|
||||
'error.cc',
|
||||
'exec.hh',
|
||||
'executable-path.cc',
|
||||
'exit.cc',
|
||||
'experimental-features.cc',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue