diff options
Diffstat (limited to 'pyobjc-framework-quartz/build.sh')
-rw-r--r-- | pyobjc-framework-quartz/build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyobjc-framework-quartz/build.sh b/pyobjc-framework-quartz/build.sh index 9190134..15f1daf 100644 --- a/pyobjc-framework-quartz/build.sh +++ b/pyobjc-framework-quartz/build.sh @@ -1,3 +1,3 @@ cd pyobjc-framework-Quartz export CFLAGS="$CFLAGS -headerpad_max_install_names" -$PYTHON setup.py install +$PYTHON -m pip install . --no-deps --ignore-installed --no-cache-dir -vvv |