We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5dee12e commit 1bcc970Copy full SHA for 1bcc970
setup.py
@@ -8,6 +8,9 @@
8
#os.environ['CXX'] = 'g++'
9
#os.environ['ARCHFLAGS'] ="-arch x86_64"
10
11
+# add this to fix build on mac osx mavericks
12
+#os.environ['ARCHFLAGS'] ="-Wno-error=unused-command-line-argument-hard-error-in-future"
13
+
14
copy_args = sys.argv[1:]
15
AAF_ROOT = None
16
if '--aaf-root' in copy_args:
@@ -218,7 +221,7 @@ def build_extensions(self):
218
221
setup(
219
222
script_args=copy_args,
220
223
name='PyAAF',
- version='0.6.1',
224
+ version='0.7.0',
225
description='Python Bindings for the Advanced Authoring Format (AAF)',
226
227
author="Mark Reid",
0 commit comments