This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
Carla
mirror of
https://github.com/falkTX/Carla
Watch
1
Star
0
Fork
0
Code
Releases
42
Activity
Browse Source
Fix osx pyqt build
tags/1.9.5
falkTX
10 years ago
parent
5bcb430adf
commit
2f95a28607
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
Write
Preview
Loading…
Cancel
Save