pthread-win32: use mingw_headers3', for consistency with gccCrossStageFinal'

This commit is contained in:
Ludovic Courtès 2013-03-29 21:34:53 +01:00
parent bd1c8a5048
commit 4576896ef5

View File

@ -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 { };