diff options
Diffstat (limited to 'tools/wpt/utils.ts')
-rw-r--r-- | tools/wpt/utils.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/wpt/utils.ts b/tools/wpt/utils.ts index 0eb9a89e7..f1c8488af 100644 --- a/tools/wpt/utils.ts +++ b/tools/wpt/utils.ts @@ -144,6 +144,7 @@ export async function checkPy3Available() { } export async function cargoBuild() { + if (binary) return; const proc = Deno.run({ cmd: ["cargo", "build", ...(release ? ["--release"] : [])], cwd: ROOT_PATH, |