]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Build the OSATerminology module on MacOSX.
authorJack Jansen <jack.jansen@cwi.nl>
Thu, 6 Mar 2003 23:03:43 +0000 (23:03 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Thu, 6 Mar 2003 23:03:43 +0000 (23:03 +0000)
setup.py

index edf085c188183e3088deacce62f884402693ef11..9f60e71ad844537a77571c9ed20f48d1d1f16fd1 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -759,6 +759,8 @@ class PyBuildExt(build_ext):
                         extra_link_args=['-framework', 'Carbon']) )
             exts.append( Extension('MacOS', ['macosmodule.c'],
                         extra_link_args=['-framework', 'Carbon']) )
+            exts.append( Extension('OSATerminology', ['OSATerminology.c'],
+                        extra_link_args=['-framework', 'Carbon']) )
             exts.append( Extension('icglue', ['icgluemodule.c'],
                         extra_link_args=['-framework', 'Carbon']) )
             exts.append( Extension('_Res', ['res/_Resmodule.c'],