Skip to content

Commit e3db947

Browse files
committed
fixup! build: do not depend on V8 deps on --without-bundled-v8 builds
1 parent 23d86ef commit e3db947

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/nix/v8.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ pkgs.stdenv.mkDerivation (finalAttrs: {
119119
Libs: -L$out/lib $(for f in $out/lib/lib*.a; do
120120
b=$(basename "$f" .a)
121121
printf " -l%s" "''${b#lib}"
122-
done)
122+
done) -lstdc++
123123
Cflags: -I${v8Dir}/include -I${v8Dir}/third_party/abseil-cpp -I${v8Dir}/third_party/simdutf
124124
EOF
125125
'';

0 commit comments

Comments
 (0)