Files

11 lines
365 B
Diff
Raw Permalink Normal View History

--- 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=[