Skip to content

Commit 8a084ab

Browse files
committed
XXX Link manually against ncurses
1 parent bcdc4b1 commit 8a084ab

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,8 @@ mod clang_ast {
173173
for lib in deps {
174174
println!("cargo:rustc-link-lib={}", lib);
175175
}
176+
// XXX KULP
177+
println!("cargo:rustc-link-lib={}", "ncurses");
176178
} else {
177179
// Link against these Clang libs. The ordering here is important! Libraries
178180
// must be listed before their dependencies when statically linking.

0 commit comments

Comments
 (0)