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 Nov 23, 2024
1 parent ac24481 commit 95375b7
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 @@ -26,6 +26,7 @@ Module {
Properties {
condition: qbs.toolchain.contains("msvc")
cpp.cxxFlags: ["/permissive-"]
cpp.defines: "_UCRT_NOISY_NAN"
}

priority: 1
Expand Down

0 comments on commit 95375b7

Please sign in to comment.