We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a30c2ed + 1c5a49b commit 61180b8Copy full SHA for 61180b8
projects/v8/build.sh
@@ -52,4 +52,4 @@ rm -f out/fuzz/d8
52
ninja -C out/fuzz d8 -j$(nproc)
53
54
# Copy binaries to $OUT
55
-cp ./out/fuzz/{d8,snapshot_blob.bin,*.so} $OUT
+cp ./out/fuzz/{d8,snapshot_blob.bin,*.so,icudtl.dat} $OUT
0 commit comments