--- 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',
