From 6dc5c78296e992c6229142901ccc7665c49e73bb Mon Sep 17 00:00:00 2001 From: Syping Date: Thu, 30 Apr 2020 23:20:45 +0200 Subject: [PATCH] fix static builds --- qmake-static | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qmake-static b/qmake-static index 754ab86..220a43e 100644 --- a/qmake-static +++ b/qmake-static @@ -5,7 +5,7 @@ if [ "${QMAKE_FORCE_ALL_STATIC}" == "YES" ]; then else QMAKE_XSPEC=$(qmake -query QMAKE_XSPEC) if [ "${QMAKE_XSPEC}" == "win32-clang-g++" ]; then - qmake "$@" + qmake "$@" LIBS+=-static elif [ "${QMAKE_XSPEC}" == "win32-g++" ]; then qmake "$@" LIBS+=-static-libgcc LIBS+=-static-libstdc++ else