Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 697958
Collapse All | Expand All

(-)pgadmin4-4.16/runtime/pgAdmin4.pro (-1 / +9 lines)
Lines 61-67 Link Here
61
        PYTHON_CONFIG = $$system(which python-config)
61
        PYTHON_CONFIG = $$system(which python-config)
62
    }
62
    }
63
63
64
    # Maybe Python 3?
64
    isEmpty(PYTHON_CONFIG) {
65
        PYTHON_CONFIG = $$system(which python3-config)
66
    }
67
    PYCNF = $$system(PYTHON_CONFIG --embed)
68
    isEmpty(PYCNF) {
69
    	PYTHON_CONFIG = $$system(which python3-config) --embed
70
    }
71
72
    # Maybe Python 3.(<=7)?
65
    isEmpty(PYTHON_CONFIG) {
73
    isEmpty(PYTHON_CONFIG) {
66
        PYTHON_CONFIG = $$system(which python3-config)
74
        PYTHON_CONFIG = $$system(which python3-config)
67
    }
75
    }

Return to bug 697958