mirror of
https://github.com/python/cpython.git
synced 2025-09-14 20:56:06 +00:00
Build _AE too.
This commit is contained in:
parent
dbd5701d73
commit
202355a333
1 changed files with 4 additions and 0 deletions
|
@ -64,6 +64,10 @@ def waste_Extension():
|
|||
|
||||
setup(name="MacPython for Jaguar extensions", version="2.2",
|
||||
ext_modules=[
|
||||
Extension("OverrideFrom23._AE",
|
||||
[SRCDIR + "/Mac/Modules/ae/_AEmodule.c"],
|
||||
include_dirs=[SRCDIR+"/Mac/Include"],
|
||||
extra_link_args=['-framework', 'Carbon']),
|
||||
Extension("OverrideFrom23._Res",
|
||||
[SRCDIR + "/Mac/Modules/res/_Resmodule.c"],
|
||||
include_dirs=[SRCDIR+"/Mac/Include"],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue