Skip to content

Commit

Permalink
Merge branch 'main' into fix-readme
Browse files Browse the repository at this point in the history
  • Loading branch information
scouten authored Feb 9, 2024
2 parents 19335d2 + 016f609 commit d35e591
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ fn main() {
.define("XMP_OSX_SDK", Some("13.1"))
.define("XMP_OSX_TARGET", Some("10.15"))
.define("APPLE_UNIVERSAL", Some("1"))
.flag("-Wno-bitwise-instead-of-logical")
.flag("-Wno-deprecated-declarations")
.flag("-Wno-deprecated-register")
.flag("-Wno-int-in-bool-context")
Expand Down

0 comments on commit d35e591

Please sign in to comment.