We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40e5be5 commit f802f06Copy full SHA for f802f06
3rdparty/pyotherside.pri
@@ -5,7 +5,11 @@ win32* {
5
INCLUDEPATH += C:\Python37-x64\include\
6
} else {
7
unix:macx {
8
- PYTHON_CONFIG = $$PWD/python-3/bin/python3-config
+ exists($$PWD/python-3/bin/python3-config) {
9
+ PYTHON_CONFIG = $$PWD/python-3/bin/python3-config
10
+ } else {
11
+ PYTHON_CONFIG = /usr/local/bin/python3-config
12
+ }
13
14
PYTHON_CONFIG = python3-config
15
}
0 commit comments