You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-03-31 14:42:53 -07:00
11 lines
365 B
Diff
11 lines
365 B
Diff
|
|
--- setup.py.orig 2022-11-03 21:55:21
|
||
|
|
+++ setup.py 2023-11-26 10:49:23
|
||
|
|
@@ -24,7 +24,6 @@
|
||
|
|
Extension('aem.ae',
|
||
|
|
sources=['ext/ae.c'],
|
||
|
|
extra_compile_args=[
|
||
|
|
- '-DMAC_OS_X_VERSION_MIN_REQUIRED=MAC_OS_X_VERSION_10_12',
|
||
|
|
'-D__LP64__', # build fails on 10.14 due to Carbon.h issues unless this is explicitly declared
|
||
|
|
],
|
||
|
|
extra_link_args=[
|