Skip to content

Commit

Permalink
Use define NO_TIMER on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
cpmech committed Oct 10, 2023
1 parent f59daff commit e7861c3
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 @@ -25,6 +25,7 @@ fn main() {
.file("c_code/triangle.c")
.file("c_code/tricall_report.c")
.file("c_code/interface_triangle.c")
.define("NO_TIMER", None)
.compile("c_code_interface_triangle");
cc::Build::new()
.cpp(true)
Expand Down

0 comments on commit e7861c3

Please sign in to comment.