mirror of
https://github.com/dashpay/dash.git
synced 2024-12-26 12:32:48 +01:00
Link -lrt library on Linux
This is needed for linking on newer Linux distribs, see http://fedoraproject.org/wiki/UnderstandingDSOLinkChange
This commit is contained in:
parent
e318b99d99
commit
30dfc64f48
@ -297,6 +297,7 @@ windows:RC_FILE = src/qt/res/bitcoin-qt.rc
|
|||||||
|
|
||||||
!windows:!mac {
|
!windows:!mac {
|
||||||
DEFINES += LINUX
|
DEFINES += LINUX
|
||||||
|
LIBS += -lrt
|
||||||
}
|
}
|
||||||
|
|
||||||
macx:HEADERS += src/qt/macdockiconhandler.h
|
macx:HEADERS += src/qt/macdockiconhandler.h
|
||||||
|
Loading…
Reference in New Issue
Block a user