Skip to content

Commit

Permalink
fix generator script
Browse files Browse the repository at this point in the history
  • Loading branch information
jjwilke committed May 25, 2023
1 parent 1d9264b commit 1403abe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmake/tmpl/create-legate-library.in
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@ def generate_file(libname: str, template: str, path: Union[Path,str], executable

text = template.replace("$target", libname)
text = text.replace("@" "target" "@", libname)
text = text.replace("@" "py_import_path" "@", libname)
with open(target_path, "w") as f:
f.write(text)

Expand Down

0 comments on commit 1403abe

Please sign in to comment.