Skip to content

Commit

Permalink
Update the script name
Browse files Browse the repository at this point in the history
  • Loading branch information
33KK committed Oct 31, 2023
1 parent 6b645d9 commit 312cc73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ fn build_v8(crate_dir: PathBuf, out_dir: PathBuf, gn_out_dir: PathBuf) {
&python,
[
crate_dir
.join("scripts/build_v8.py")
.join("scripts/v8_build.py")
.to_string_lossy()
.as_ref(),
"--crate-root",
Expand Down

0 comments on commit 312cc73

Please sign in to comment.