go-ncurses/ncurses_darwin.go

5 lines
133 B
Go

package ncurses
2024-04-24 01:32:54 -06:00
const LIBRARY_PATH = "/opt/homebrew/Cellar/ncurses/6.4/lib/libncursesw.dylib"
const LIBC_PATH = "libSystem.B.dylib"