1
0
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:
Virgil Dupras
2010-10-17 18:28:28 +02:00
parent b5315cb73d
commit a6907d57a9
3 changed files with 36 additions and 68 deletions

View File

@@ -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',