mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-09 11:22:05 +02:00
build: Windows statically link gcc and c++ runtime
This commit is contained in:
parent
c286c7e5a8
commit
fbd6d683ed
@ -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 New Issue
Block a user