pthread-win32: use mingw_headers3', for consistency with
gccCrossStageFinal'
This commit is contained in:
parent
bd1c8a5048
commit
4576896ef5
1 changed files with 1 additions and 1 deletions
|
@ -6329,7 +6329,7 @@ let
|
|||
};
|
||||
|
||||
pthreads = callPackage ../os-specific/windows/pthread-w32 {
|
||||
mingw_headers = mingw_headers2;
|
||||
mingw_headers = mingw_headers3;
|
||||
};
|
||||
|
||||
wxMSW = callPackage ../os-specific/windows/wxMSW-2.8 { };
|
||||
|
|
Loading…
Reference in a new issue