Skip to content

Commit

Permalink
Move c headers to separate dir
Browse files Browse the repository at this point in the history
  • Loading branch information
andreiltd committed Jul 1, 2024
1 parent fd41f34 commit 240cc86
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libmysofa-sys/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ pub fn build_from_src(lib: &str, version: &str) -> Result<Library, BuildInternal
.flag_if_supported("-Wno-unused-but-set-variable")
.include(z_inc)
.include("libmysofa/src/hrtf")
.include("src")
.include("c")
.file("libmysofa/src/hrtf/cache.c")
.file("libmysofa/src/hdf/gunzip.c")
.file("libmysofa/src/hdf/gcol.c")
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 240cc86

Please sign in to comment.