Use homebrew libncursesw

main
noah metz 2024-04-24 01:32:54 -06:00
parent e345e72ff0
commit 6b121ac061
1 changed files with 1 additions and 1 deletions

@ -1,4 +1,4 @@
package ncurses
const LIBRARY_PATH = "libncurses.dylib"
const LIBRARY_PATH = "/opt/homebrew/Cellar/ncurses/6.4/lib/libncursesw.dylib"
const LIBC_PATH = "libSystem.B.dylib"