Skip to content

Commit e3b8df0

Browse files
committed
Update build.py
1 parent e181662 commit e3b8df0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

build.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1802,6 +1802,10 @@ def backend_clone(
18021802
os.path.join(build_dir, be, "src", "model.py"),
18031803
backend_dir,
18041804
)
1805+
clone_script.cpdir(
1806+
os.path.join(build_dir, be, "src", "utils"),
1807+
backend_dir,
1808+
)
18051809

18061810
clone_script.comment()
18071811
clone_script.comment(f"end '{be}' backend")

0 commit comments

Comments
 (0)