Skip to content

Commit

Permalink
Enable build by msvc
Browse files Browse the repository at this point in the history
  • Loading branch information
kazatsuyu authored and postsolar committed Feb 23, 2024
1 parent c10f702 commit dff8059
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bindings/rust/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ fn main() {
c_config
.flag_if_supported("-Wno-unused-parameter")
.flag_if_supported("-Wno-unused-but-set-variable")
.flag_if_supported("-Wno-trigraphs");
.flag_if_supported("-Wno-trigraphs")
.flag_if_supported("-utf-8");
let parser_path = src_dir.join("parser.c");
c_config.file(&parser_path);

Expand Down

0 comments on commit dff8059

Please sign in to comment.