mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-11-16 15:58:11 +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_MINGW_PATH/lib
|
||||
|
||||
QMAKE_LFLAGS += -static-libgcc -static-libstdc++
|
||||
|
||||
LIBS+= \
|
||||
-Wl,-Bstatic \
|
||||
-lboost_serialization-mt \
|
||||
|
@ -272,6 +274,7 @@ win32 {
|
|||
-licudt \
|
||||
-licutu \
|
||||
-liconv \
|
||||
-lpthread \
|
||||
-lssl \
|
||||
-lsodium \
|
||||
-lcrypto \
|
||||
|
|
Loading…
Reference in a new issue