Merge commit '3afe325a3e2f906ba512fb7a2f28f79496711592' into mingw32-w64-fix
This commit is contained in:
@@ -485,7 +485,7 @@ stdenv.mkDerivation ({
|
||||
EXTRA_TARGET_FLAGS = optionals
|
||||
(targetPlatform != hostPlatform && libcCross != null)
|
||||
([
|
||||
"-idirafter ${libcCross.dev}/include"
|
||||
"-idirafter ${getDev libcCross}/include"
|
||||
] ++ optionals (! crossStageStatic) [
|
||||
"-B${libcCross.out}/lib"
|
||||
]);
|
||||
|
||||
Reference in New Issue
Block a user