Skip to content

Commit

Permalink
build: include threads_posix on posix
Browse files Browse the repository at this point in the history
  • Loading branch information
chyyran committed Dec 10, 2023
1 parent 1c246b3 commit 90b322d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spirv-to-dxil-sys/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ fn main() {
} else {
build
.include("native/mesa/src/c11")
.file("native/mesa/src/c11/impl/threads_posix.c")
.define("HAVE_PTHREADS", None)
.define("_POSIX_C_SOURCE", "200809L")
;
Expand Down

0 comments on commit 90b322d

Please sign in to comment.