Skip to content

Commit 06707fb

Browse files
committed
A quick fix for mac-osx error: pcwalton/libui-rs#1
1 parent 13299d2 commit 06707fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui-sys/build.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ fn main() {
1717
.unwrap();
1818

1919
println!("cargo:rustc-link-lib=dylib=ui");
20-
println!("cargo:rustc-link-search=native={}", out_dir);
20+
println!("cargo:rustc-link-search={}", out_dir);
2121
}
2222

0 commit comments

Comments
 (0)