Skip to content
This repository was archived by the owner on Jul 25, 2024. It is now read-only.

Commit c35537d

Browse files
author
Joe Grund
committed
revert not building on mac
Signed-off-by: Joe Grund <jgrund@whamcloud.io>
1 parent f5519ee commit c35537d

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

libzfs-sys/build.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,6 @@ extern crate pkg_config;
88
use std::env;
99

1010
fn main() {
11-
if cfg!(target_os = "macos") {
12-
return;
13-
}
14-
1511
let out_file = env::current_dir().unwrap().join("src").join("bindings.rs");
1612

1713
env::set_var("LIBCLANG_PATH", "/opt/llvm-5.0.0/lib64/");

0 commit comments

Comments
 (0)