mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-12-23 12:09:57 +00:00
Merge pull request #2715
a8618b0
Pass -dead_strip and -dead_strip_dylibs on macOS (rex4539)
This commit is contained in:
commit
eebbd2b93e
1 changed files with 3 additions and 0 deletions
|
@ -381,6 +381,9 @@ macx {
|
|||
|
||||
QT += macextras
|
||||
OBJECTIVE_SOURCES += src/qt/macoshelper.mm
|
||||
LIBS+= -Wl,-dead_strip
|
||||
LIBS+= -Wl,-dead_strip_dylibs
|
||||
LIBS+= -Wl,-bind_at_load
|
||||
LIBS+= \
|
||||
-L/usr/local/lib \
|
||||
-L$$OPENSSL_LIBRARY_DIRS \
|
||||
|
|
Loading…
Reference in a new issue