Skip to content
This repository has been archived by the owner on Sep 26, 2023. It is now read-only.

Commit

Permalink
Merge pull request #34 from rex4539/fix-build
Browse files Browse the repository at this point in the history
ld flags only for macOS
  • Loading branch information
adityapk00 authored Jan 13, 2020
2 parents bcbf18d + f43da7d commit 48e657c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions zecwallet-lite.pro
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ DEFINES += \
INCLUDEPATH += src/3rdparty/
INCLUDEPATH += src/

LIBS+= -Wl,-dead_strip
LIBS+= -Wl,-dead_strip_dylibs
LIBS+= -Wl,-bind_at_load
mac: LIBS+= -Wl,-dead_strip
mac: LIBS+= -Wl,-dead_strip_dylibs
mac: LIBS+= -Wl,-bind_at_load

RESOURCES = application.qrc

Expand Down

0 comments on commit 48e657c

Please sign in to comment.