Skip to content

Commit

Permalink
build.rs: Don't build as C++
Browse files Browse the repository at this point in the history
This triggers warnings about deprecated behavior (on macOS at least)
and the code is C.
  • Loading branch information
waywardmonkeys committed Aug 3, 2024
1 parent 25a042a commit de0ffe1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ fn main() {
let mut build = cc::Build::new();

build
.cpp(true)
.warnings(false)
.include(".")
.include("freetype2/include")
Expand Down

0 comments on commit de0ffe1

Please sign in to comment.