Skip to content

Commit

Permalink
Hack to make this work on my Linux box for now.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Jul 3, 2021
1 parent d5f9459 commit 249c37e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -92,7 +92,7 @@ endforeach()

target_link_libraries(doscalls "pthread")
# FIXME target_link_libraries(viocalls ${CURSES_LIBRARIES})
target_link_libraries(viocalls ncursesw)
target_link_libraries(viocalls /usr/lib/i386-linux-gnu/libncursesw.so.5)

# !!! FIXME: clean this up/
if(LX_LEGACY)
Expand Down

0 comments on commit 249c37e

Please sign in to comment.