go-ncurses/ncurses_darwin.go

5 lines
133 B
Go

package ncurses
const LIBRARY_PATH = "/opt/homebrew/Cellar/ncurses/6.4/lib/libncursesw.dylib"
const LIBC_PATH = "libSystem.B.dylib"