Skip to content

Commit

Permalink
Change auto_index dist/install target for modular name.
Browse files Browse the repository at this point in the history
  • Loading branch information
grafikrobot authored Aug 17, 2024
1 parent 0db12fd commit 6c9522f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci_boost_release.py
Original file line number Diff line number Diff line change
Expand Up @@ -527,7 +527,7 @@ def command_build(self):
"--build-dir=%s" % (self.build_dir),
"--distdir=%s" % (os.path.join(self.build_dir, "dist")),
"tools/quickbook",
"tools/auto_index/build" if enable_auto_index else "",
"tools/auto_index//dist" if enable_auto_index else "",
)

# Clean up build byproducts.
Expand Down

0 comments on commit 6c9522f

Please sign in to comment.