Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
petelliott committed Jul 21, 2019
1 parent e26b1f4 commit 023c313
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ extern crate bindgen;

use std::env;
use std::path::{PathBuf, Path};
use std::subprocess::Command;

//use std::subprocess::Command;
/*
fn build_lightning(ldir: Path, prefix: Path) {
Command::new("git")
.arg("clone")
Expand All @@ -14,6 +14,7 @@ fn build_lightning(ldir: Path, prefix: Path) {
.wait()
.expect("Failed to wait for git process");
}
*/

fn main() {

Expand Down

0 comments on commit 023c313

Please sign in to comment.