Skip to content

Commit

Permalink
Link with libpanelw, not libpanel.
Browse files Browse the repository at this point in the history
Somehow mixing the wide-character libncursesw with the non-wide
character libpanel worked prior to ncurses 6.
  • Loading branch information
wangp committed Oct 20, 2015
1 parent 2b4e274 commit 8fe29bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Mercury.options
Expand Up @@ -2,7 +2,7 @@
MAIN_TARGET = bower

# Link with curses.
MLLIBS-bower += -lncursesw -lpanel
MLLIBS-bower += -lncursesw -lpanelw

# Statically link to Mercury libraries.
MCFLAGS-bower += --mercury-linkage static
Expand Down

0 comments on commit 8fe29bf

Please sign in to comment.