Skip to content

Commit f6bbcb8

Browse files
committed
Merge remote-tracking branch 'ivanceras/master'
2 parents 13299d2 + 06707fb commit f6bbcb8

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)