mirror of
				https://gitlab.alpinelinux.org/alpine/aports.git
				synced 2025-10-31 08:21:49 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			15 lines
		
	
	
		
			739 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			739 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
| this was replaced with EXT_SUFFIX; SO returns nothing now
 | |
| diff --git a/src/__init__.py b/src/__init__.py
 | |
| index 396cf66..974c8e1 100644
 | |
| --- a/src/__init__.py
 | |
| +++ b/src/__init__.py
 | |
| @@ -83,7 +83,7 @@ def _error_handler(result, fn, args):
 | |
|  def fdopen():
 | |
|      return _libsuinput.suinput_open()
 | |
|  
 | |
| -_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")))
 | |
|  _libsuinput = ctypes.CDLL(_libsuinput_path, use_errno=True)
 | |
|  _libsuinput.suinput_open.errcheck = _open_error_handler
 | |
|  _libsuinput.suinput_enable_event.errcheck = _error_handler
 |