mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-01-04 13:17:22 -06:00
Favour Python 2 as it's more widely tested.
This commit is contained in:
parent
359b1d0176
commit
e9dc1496e2
@ -49,12 +49,12 @@ else {
|
||||
message(Building for Linux/Mac...)
|
||||
|
||||
# Find and configure Python
|
||||
# Python 3?
|
||||
PYTHON_CONFIG = $$system(which python3-config)
|
||||
# Python 2?
|
||||
PYTHON_CONFIG = $$system(which python-config)
|
||||
|
||||
# Maybe Python 2?
|
||||
# Maybe Python 3?
|
||||
isEmpty(PYTHON_CONFIG) {
|
||||
PYTHON_CONFIG = $$system(which python-config)
|
||||
PYTHON_CONFIG = $$system(which python3-config)
|
||||
}
|
||||
|
||||
# Argh!
|
||||
|
Loading…
Reference in New Issue
Block a user