Skip to content
Snippets Groups Projects
Commit b4ce89bb authored by Junegunn Choi's avatar Junegunn Choi
Browse files

[build] Link libncursesw when building 64-bit linux binary

Close #376
parent 486b87d8
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@ package curses
#include <ncurses.h>
#include <locale.h>
#cgo !static LDFLAGS: -lncurses
#cgo static LDFLAGS: -l:libncurses.a -l:libtinfo.a -l:libgpm.a -ldl
#cgo static LDFLAGS: -l:libncursesw.a -l:libtinfo.a -l:libgpm.a -ldl
*/
import "C"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment