Skip to content

Commit

Permalink
internal: tweak cc_flags for windows native backend (#547)
Browse files Browse the repository at this point in the history
  • Loading branch information
Young-Flash authored Dec 31, 2024
1 parent 16670d0 commit 69e7caf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/moonutil/src/common.rs
Original file line number Diff line number Diff line change
Expand Up @@ -900,7 +900,7 @@ pub fn set_native_backend_link_flags(
libmoonbitrun_path.display()
));
#[cfg(windows)]
return None;
return Some(format!("-I{}", moon_include_path.display()));
};

let get_default_cc_link_flag = || -> Option<String> {
Expand Down

0 comments on commit 69e7caf

Please sign in to comment.