We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent befe94a commit bfbdc35Copy full SHA for bfbdc35
1 file changed
src/__init__.py
@@ -83,7 +83,7 @@ def _error_handler(result, fn, args):
83
def fdopen():
84
return _libsuinput.suinput_open()
85
86
-_libsuinput_path = os.path.abspath(os.path.join(os.path.dirname(__file__), "..", "_libsuinput" + sysconfig.get_config_var("SO")))
+_libsuinput_path = os.path.abspath(os.path.join(os.path.dirname(__file__), "..", "_libsuinput" + sysconfig.get_config_var("EXT_SUFFIX")))
87
_libsuinput = ctypes.CDLL(_libsuinput_path, use_errno=True)
88
_libsuinput.suinput_open.errcheck = _open_error_handler
89
_libsuinput.suinput_enable_event.errcheck = _error_handler
0 commit comments