forked from nrabulinski/attic
attic/build.rs: Fix filename in workaround comment
This commit is contained in:
parent
ec0469cad0
commit
ff3ce2c0b8
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ fn build_bridge() {
|
||||||
.flag("nix/config.h")
|
.flag("nix/config.h")
|
||||||
.flag("-idirafter")
|
.flag("-idirafter")
|
||||||
.flag(hacky_include.path().to_str().unwrap())
|
.flag(hacky_include.path().to_str().unwrap())
|
||||||
// In Nix 2.19+, nix/args/root.hh depends on being able to #include "root.hh" (which is in its parent directory), for some reason
|
// In Nix 2.19+, nix/args/root.hh depends on being able to #include "args.hh" (which is in its parent directory), for some reason
|
||||||
.flag("-I")
|
.flag("-I")
|
||||||
.flag(concat!(env!("NIX_INCLUDE_PATH"), "/nix"))
|
.flag(concat!(env!("NIX_INCLUDE_PATH"), "/nix"))
|
||||||
.compile("nixbinding");
|
.compile("nixbinding");
|
||||||
|
|
Loading…
Reference in a new issue