mirror of
https://github.com/arsenetar/send2trash.git
synced 2026-01-31 10:51:38 +00:00
Converted the compiled osx module to ctypes.
--HG-- branch : py3k
This commit is contained in:
6
setup.py
6
setup.py
@@ -6,12 +6,6 @@ from distutils.extension import Extension
|
||||
|
||||
exts = []
|
||||
|
||||
if sys.platform == 'darwin':
|
||||
exts.append(Extension(
|
||||
'send2trash_osx',
|
||||
[op.join('modules', 'send2trash_osx.c')],
|
||||
extra_link_args=['-framework', 'CoreServices'],
|
||||
))
|
||||
if sys.platform == 'win32':
|
||||
exts.append(Extension(
|
||||
'send2trash_win',
|
||||
|
||||
Reference in New Issue
Block a user