Browse Source

Fix osx pyqt build

tags/1.9.5
falkTX 10 years ago
parent
commit
2f95a28607
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      data/macos/build-deps.sh

+ 1
- 0
data/macos/build-deps.sh View File

@@ -496,6 +496,7 @@ fi

if [ ! -f PyQt-gpl-5.3.2/build-done ]; then
cd PyQt-gpl-5.3.2
sed -i -e "s/# Read the details./pylib_dir = ''/" configure.py
python3 configure.py --confirm-license
make
sudo make install


Loading…
Cancel
Save