Skip to content

Commit

Permalink
Update ncurses.def
Browse files Browse the repository at this point in the history
  • Loading branch information
NorseDreki authored Jan 23, 2024
1 parent bfbdea9 commit 790df2d
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions src/nativeInterop/cinterop/ncurses.def
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@
headers = ncurses.h
headerFilter = ncurses.h
compilerOpts = -I/usr/local/opt/ncurses/include
linkerOpts = -L/usr/local/opt/ncurses/lib -lncurses
#libraryPaths = /usr/local/lib

#headers = /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/ncurses.h
headers = /usr/local/opt/ncurses/include/ncurses.h
#headers = /usr/local/opt/ncurses/include/ncurses.h
#headerFilter = ncurses/ncurses.h
#excludeFilter = ncurses_dll.h
#headers.linux = /usr/include/ncurses.h
#headers.linux = curses.h
#headers.osx = /System/Volumes/Data/usr/local/Cellar/ncurses/6.4/include/ncursesw/ncurses.h
linkerOpts = -L/usr/local/opt/ncurses/lib -lncurses
#linkerOpts = -L/usr/local/opt/ncurses/lib -lncurses
#linkerOpts.osx = -lncursesw
#compilerOpts = -I/usr/include -I/usr/include/ncurses
#linkerOpts.linux = -L/usr/lib64 -L/usr/lib/x86_64-linux-gnu -lncurses --allow-shlib-undefined
Expand Down

0 comments on commit 790df2d

Please sign in to comment.