mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-03-09 10:04:48 +00:00
build: Windows statically link gcc and c++ runtime
This commit is contained in:
parent
c286c7e5a8
commit
fbd6d683ed
1 changed files with 3 additions and 0 deletions
|
@ -255,6 +255,8 @@ win32 {
|
||||||
LIBS+=-L$$BOOST_PATH/lib
|
LIBS+=-L$$BOOST_PATH/lib
|
||||||
LIBS+=-L$$BOOST_MINGW_PATH/lib
|
LIBS+=-L$$BOOST_MINGW_PATH/lib
|
||||||
|
|
||||||
|
QMAKE_LFLAGS += -static-libgcc -static-libstdc++
|
||||||
|
|
||||||
LIBS+= \
|
LIBS+= \
|
||||||
-Wl,-Bstatic \
|
-Wl,-Bstatic \
|
||||||
-lboost_serialization-mt \
|
-lboost_serialization-mt \
|
||||||
|
@ -272,6 +274,7 @@ win32 {
|
||||||
-licudt \
|
-licudt \
|
||||||
-licutu \
|
-licutu \
|
||||||
-liconv \
|
-liconv \
|
||||||
|
-lpthread \
|
||||||
-lssl \
|
-lssl \
|
||||||
-lsodium \
|
-lsodium \
|
||||||
-lcrypto \
|
-lcrypto \
|
||||||
|
|
Loading…
Reference in a new issue