<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">--- setup.py.orig	2023-11-26 10:49:23
+++ setup.py	2023-11-26 10:50:35
@@ -23,9 +23,6 @@
 		ext_modules = [
 			Extension('aem.ae',
 				sources=['ext/ae.c'],
-				extra_compile_args=[
-						'-D__LP64__', # build fails on 10.14 due to Carbon.h issues unless this is explicitly declared
-				],
 				extra_link_args=[
 						'-framework', 'CoreFoundation', 
 						'-framework', 'ApplicationServices',
</pre></body></html>