mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-29 10:23:29 +00:00
boost: Supply some configure flags for mingw.
Otherwise, Boost.Build is trying to compile against pthread and desperately searches for icu/iconv. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
This commit is contained in:
parent
ad033f7665
commit
2d760a28b3
@ -76,6 +76,9 @@ let
|
||||
"--user-config=user-config.jam"
|
||||
"toolset=gcc-cross"
|
||||
"--without-python"
|
||||
] ++ optionals stdenv.isCrossWin [
|
||||
"target-os=windows"
|
||||
"threadapi=win32"
|
||||
];
|
||||
crossB2Args = concatStringsSep " " (genericB2Flags ++ crossB2Flags);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user