switching back build.rs
This commit is contained in:
parent
db761d0399
commit
70b3774c84
1 changed files with 0 additions and 4 deletions
4
build.rs
4
build.rs
|
@ -14,9 +14,5 @@ fn main() {
|
|||
.file("src/rust/presentation_model.rs")
|
||||
.file("src/rust/song_model.rs")
|
||||
.file("src/rust/ytdl.rs")
|
||||
.cc_builder (|cc| {
|
||||
println!("{:?}", env::var ("GUIX_ENVIRONMENT").unwrap_or_default());
|
||||
cc.include( env::var("GUIX_ENVIRONMENT").unwrap_or_default() + "/include");
|
||||
})
|
||||
.build();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue