Skip to content

Commit

Permalink
Add JOM generator support
Browse files Browse the repository at this point in the history
  • Loading branch information
Yury Samkevich committed Jul 7, 2023
1 parent 3ddc3d5 commit 2832f0e
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 2832f0e

Please sign in to comment.