Skip to content

Commit 1403abe

Browse files
committed
fix generator script
1 parent 1d9264b commit 1403abe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cmake/tmpl/create-legate-library.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,7 @@ def generate_file(libname: str, template: str, path: Union[Path,str], executable
171171

172172
text = template.replace("$target", libname)
173173
text = text.replace("@" "target" "@", libname)
174+
text = text.replace("@" "py_import_path" "@", libname)
174175
with open(target_path, "w") as f:
175176
f.write(text)
176177

0 commit comments

Comments
 (0)