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 26, 2024
1 parent 6f2cbd6 commit 345f980
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nativeInterop/cinterop/ncurses.def
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ linkerOpts.osx = -L/usr/local/opt/ncurses/lib -lncurses
#libraryPaths = /usr/local/opt/ncurses/lib/
#staticLibraries = libncurses.a

#compilerOpts.linux = -I/usr/include -I/usr/include/x86_64-linux-gnu
compilerOpts.linux = -I/usr/include -I/usr/include/x86_64-linux-gnu
#linkerOpts.linux = -L/usr/local/lib/ -L/usr/lib/x86_64-linux-gnu -lncurses --allow-shlib-undefined
linkerOpts.linux = --allow-shlib-undefined
libraryPaths = /usr/local/lib/ /usr/lib64 /usr/lib/x86_64-linux-gnu
Expand Down

0 comments on commit 345f980

Please sign in to comment.