Fix Getch::LINUX_LIBRARY from libgetch.so to libgetwch.so
This commit is contained in:
parent
c25a2e9c79
commit
624e659a26
|
@ -17,7 +17,7 @@ use RuntimeException;
|
|||
|
||||
final class Getch
|
||||
{
|
||||
private const LINUX_LIBRARY = __DIR__ . '/Resources/libgetch.so';
|
||||
private const LINUX_LIBRARY = __DIR__ . '/Resources/libgetwch.so';
|
||||
private const WINDOWS_LIBRARY = 'ucrtbase.dll';
|
||||
|
||||
private static ?FFI $ffi = null;
|
||||
|
|
Loading…
Reference in New Issue