Skip to content

Commit 67b59a7

Browse files
committed
Make sure Alloy src still downloaded even for binary builds
1 parent 7defbc3 commit 67b59a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -651,7 +651,7 @@ def cmd_args(self):
651651

652652
def build(self, c, target_dir, install_dir, bench_cfg_bin, profile, env):
653653
self.FD.fetch()
654-
ALLOY.fetch()
654+
ALLOY.repo.fetch()
655655
cargo_build(
656656
c,
657657
self.FD.src,

0 commit comments

Comments
 (0)