Sigh. Remove extraneous closing bracket. It's always a bracket.

This commit is contained in:
Dave Page 2020-04-29 14:04:32 +01:00
parent 3138f36e05
commit f7ef86dced

View File

@ -75,7 +75,7 @@ else {
QMAKE_CXXFLAGS += $$system($$PYTHON_CONFIG --includes)
QMAKE_LFLAGS += $$system($$PYTHON_CONFIG --ldflags)
LIBS += $$system($$PYTHON_CONFIG --libs --embed || $$PYTHON_CONFIG --libs))
LIBS += $$system($$PYTHON_CONFIG --libs --embed || $$PYTHON_CONFIG --libs)
contains( LIBS, -lpython2.* ) {
DEFINES += PYTHON2