Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(build): fixes include paths
Browse files Browse the repository at this point in the history
ju1ius committed Jan 31, 2024
1 parent 720fa45 commit a4bf2a7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build.rs
Original file line number Diff line number Diff line change
@@ -114,8 +114,7 @@ fn main() {
let mut build = cc::Build::new();
build
.file("./deps/ada.cpp")
.include("./deps/ada.h")
.include("./deps/ada_c.h")
.include("./deps")
.cpp(true)
.std("c++17");

0 comments on commit a4bf2a7

Please sign in to comment.