Skip to content

Commit

Permalink
don't need this joinpath either
Browse files Browse the repository at this point in the history
  • Loading branch information
aappleby authored Mar 27, 2024
1 parent b895dd1 commit ebb3bec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorial/tut11.hancho
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ util_o = compile.task(

link = config.extend(
desc = "Link {source_files} into {build_files}",
command = "g++ {joinpath(build_dir, source_files)} -o {build_files}",
command = "g++ {source_files} -o {build_files}",
)

app = link.task(
Expand Down

0 comments on commit ebb3bec

Please sign in to comment.