mirror of
https://github.com/monero-project/monero-gui
synced 2025-01-08 18:26:23 +01:00
Pass -dead_strip and -dead_strip_dylibs on macOS
This commit is contained in:
parent
ef2b0cfa4a
commit
a8618b0471
@ -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 New Issue
Block a user