Skip to content

Commit

Permalink
Add JOM generator support (#183)
Browse files Browse the repository at this point in the history
Co-authored-by: Yury Samkevich <[email protected]>
  • Loading branch information
samkevich and Yury Samkevich authored Aug 22, 2023
1 parent 9657aa6 commit c4a60dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -633,6 +633,7 @@ impl Config {
false
} else {
generator.as_ref().unwrap() == "NMake Makefiles"
|| generator.as_ref().unwrap() == "NMake Makefiles JOM"
}
};
if !is_ninja && !using_nmake_generator {
Expand Down

0 comments on commit c4a60dd

Please sign in to comment.