Skip to content

Commit

Permalink
Fix qbs build of qbs on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
arBmind committed Jan 11, 2025
1 parent 2b7c2c5 commit d313eb3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions qbs/modules/qbsbuildconfig/qbsbuildconfig.qbs
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ Module {
Properties {
condition: qbs.toolchain.contains("msvc")
cpp.cxxFlags: ["/permissive-"]
cpp.defines: "_UCRT_NOISY_NAN"
}

priority: 1
Expand Down

0 comments on commit d313eb3

Please sign in to comment.