mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2024-11-22 08:46:39 -06:00
Fix the runtime build with Python 3.8 on Linux
This commit is contained in:
parent
fe264aafa7
commit
3138f36e05
@ -75,7 +75,7 @@ else {
|
||||
|
||||
QMAKE_CXXFLAGS += $$system($$PYTHON_CONFIG --includes)
|
||||
QMAKE_LFLAGS += $$system($$PYTHON_CONFIG --ldflags)
|
||||
LIBS += $$system($$PYTHON_CONFIG --libs)
|
||||
LIBS += $$system($$PYTHON_CONFIG --libs --embed || $$PYTHON_CONFIG --libs))
|
||||
|
||||
contains( LIBS, -lpython2.* ) {
|
||||
DEFINES += PYTHON2
|
||||
|
Loading…
Reference in New Issue
Block a user