File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ def load_other(name, paths = None):
5151 library = ctypes .util .find_library (candidate )
5252 if library :
5353 try :
54- return ctypes .CDLL (os . path . realpath ( library ) )
54+ return ctypes .CDLL (library )
5555 except :
5656 pass
5757
Original file line number Diff line number Diff line change 1515platform = None
1616
1717if (len (sys .argv ) == 4 ):
18+ print (sys .argv )
1819 if (sys .argv [3 ] == "win-amd64" ):
1920 platform = 64
2021 elif (sys .argv [3 ] == "win32" ):
2829 # Versions should comply with PEP440. For a discussion on single-sourcing
2930 # the version across setup.py and the project code, see
3031 # https://packaging.python.org/en/latest/single_source_version.html
31- version = '0.7.10a1 ' ,
32+ version = '0.7.11a1 ' ,
3233
3334 description = 'OpenAL integration for Python' ,
3435 long_description = open (path .join (here , 'README.md' )).read (),
You can’t perform that action at this time.
0 commit comments