Skip to content

Commit

Permalink
-
Browse files Browse the repository at this point in the history
  • Loading branch information
kasperk81 authored Oct 16, 2024
1 parent 7b048d9 commit af9b032
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Terminal.Gui/ConsoleDrivers/CursesDriver/binding.cs
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ private static nint get_ptr (string key)

private static void LoadMethods ()
{
string [] libs = OperatingSystem.IsMacOS
string [] libs = OperatingSystem.IsMacOS()
? ["libncurses.dylib"]
: ["libncursesw.so.6", "libncursesw.so.5"];
var attempts = 1;
Expand Down

0 comments on commit af9b032

Please sign in to comment.