Skip to content

Commit

Permalink
add -std-path flag for moondoc (#193)
Browse files Browse the repository at this point in the history
  • Loading branch information
lijunchen authored Aug 23, 2024
1 parent aceee93 commit 6b6ea7f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions crates/moon/src/cli/doc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,10 @@ pub fn run_doc(cli: UniversalFlags, cmd: DocSubcommand) -> anyhow::Result<i32> {
source_dir.display().to_string(),
"-o".to_string(),
static_dir.display().to_string(),
"-std-path".to_string(),
moonutil::moon_dir::core_bundle(moonc_opt.link_opt.target_backend)
.display()
.to_string(),
];
if serve {
args.push("-serve-mode".to_string())
Expand Down

0 comments on commit 6b6ea7f

Please sign in to comment.