stdenv/{native,nix}: add lib to cc-wrapper args
This commit is contained in:
@@ -24,6 +24,7 @@ bootStages ++ [
|
||||
initialPath = (import ../common-path.nix) { pkgs = prevStage; };
|
||||
|
||||
cc = import ../../build-support/cc-wrapper {
|
||||
inherit lib;
|
||||
nativeTools = false;
|
||||
nativePrefix = lib.optionalString hostPlatform.isSunOS "/usr";
|
||||
nativeLibc = true;
|
||||
|
||||
Reference in New Issue
Block a user