Skip to content

Commit

Permalink
meson: Fix the compiler snapshot autogen logic
Browse files Browse the repository at this point in the history
  • Loading branch information
oleavr committed Apr 19, 2024
1 parent 76c2a86 commit 93a562e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/compiler/generate-agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ def generate_agent(output_dir, priv_dir, input_dir, npm, v8_mksnapshot, host_os_
subprocess.run([
v8_mksnapshot,
"--turbo-instruction-scheduling",
"--startup-blob=snapshot.bin",
f"--startup-blob={snapshot}",
"embed.js",
input_dir / "agent-warmup.js",
],
Expand Down

0 comments on commit 93a562e

Please sign in to comment.