summaryrefslogtreecommitdiff
path: root/build_extra/rust/rust.gni
diff options
context:
space:
mode:
Diffstat (limited to 'build_extra/rust/rust.gni')
-rw-r--r--build_extra/rust/rust.gni2
1 files changed, 1 insertions, 1 deletions
diff --git a/build_extra/rust/rust.gni b/build_extra/rust/rust.gni
index 889e25467..c7ad376d0 100644
--- a/build_extra/rust/rust.gni
+++ b/build_extra/rust/rust.gni
@@ -151,7 +151,7 @@ template("rust_crate") {
}
action(action_name) {
- script = "//third_party/v8/tools/run.py"
+ script = "//build_extra/rust/run.py"
sources = [
source_root,
]