Skip to content

Commit 9f27a8f

Browse files
committed
Set BUILTINS_LIB
1 parent 9a9b0f0 commit 9f27a8f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

overlays/wasm.nix

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ final: prev: prev.lib.optionalAttrs prev.stdenv.targetPlatform.isWasm {
2828
makeFlagsArray+=(
2929
"default"
3030
"libc_so"
31-
)
31+
)
32+
export BUILTINS_LIB=$($CC --print-libgcc-file-name)
3233
'';
3334
postBuild = ''
3435
mkdir -p ${builtins.placeholder "out"}

0 commit comments

Comments
 (0)