We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a9b0f0 commit 9f27a8fCopy full SHA for 9f27a8f
overlays/wasm.nix
@@ -28,7 +28,8 @@ final: prev: prev.lib.optionalAttrs prev.stdenv.targetPlatform.isWasm {
28
makeFlagsArray+=(
29
"default"
30
"libc_so"
31
- )
+ )
32
+ export BUILTINS_LIB=$($CC --print-libgcc-file-name)
33
'';
34
postBuild = ''
35
mkdir -p ${builtins.placeholder "out"}
0 commit comments