forked from Public/monero-gui
Merge pull request #313
4b62b8alinux: build with static boost (Jaquee)3515180linux deploy scripts (Jaquee)
This commit is contained in:
@@ -129,9 +129,7 @@ win32 {
|
||||
}
|
||||
|
||||
linux {
|
||||
CONFIG(static) {
|
||||
LIBS+= -Wl,-Bstatic
|
||||
}
|
||||
LIBS+= -Wl,-Bstatic
|
||||
LIBS+= \
|
||||
-lboost_serialization \
|
||||
-lboost_thread \
|
||||
@@ -263,6 +261,10 @@ win32 {
|
||||
}
|
||||
}
|
||||
|
||||
linux {
|
||||
deploy.commands += $$escape_expand(\n\t) $$PWD/linuxdeploy_helper.sh $$DESTDIR $$TARGET
|
||||
}
|
||||
|
||||
|
||||
|
||||
OTHER_FILES += \
|
||||
|
||||
Reference in New Issue
Block a user