wasilibc: fix evaluation error introduced in 9abff4af4f
This commit is contained in:
parent
9a0bd49c27
commit
fcbb4aa567
|
@ -10374,7 +10374,7 @@ in
|
||||||
|
|
||||||
libcCross = assert stdenv.targetPlatform != stdenv.buildPlatform; libcCrossChooser stdenv.targetPlatform.libc;
|
libcCross = assert stdenv.targetPlatform != stdenv.buildPlatform; libcCrossChooser stdenv.targetPlatform.libc;
|
||||||
|
|
||||||
wasilibc = callPackages ../development/libraries/wasilibc {
|
wasilibc = callPackage ../development/libraries/wasilibc {
|
||||||
stdenv = crossLibcStdenv;
|
stdenv = crossLibcStdenv;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue