We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ea4a9b commit 78e65b7Copy full SHA for 78e65b7
build.rs
@@ -15,9 +15,7 @@ fn main() {
15
let flags = String::from_utf8(pkg.stdout).unwrap();
16
let flags = flags.split(" ");
17
let mut config = cpp_build::Config::new();
18
- config
19
- .flag("-std=c++14")
20
- .include("/opt/homebrew/Cellar/openimageio/2.3.17.0/include");
+ config.flag("-std=c++14");
21
22
for flag in flags {
23
config.flag(flag);
0 commit comments