mirror of
https://github.com/moonlight-stream/moonlight-qt
synced 2024-11-10 13:44:17 +00:00
Use clock_gettime() on Linux
This commit is contained in:
parent
7e414f0af3
commit
d89982237d
1 changed files with 1 additions and 0 deletions
|
@ -24,6 +24,7 @@ macx {
|
|||
unix:!macx {
|
||||
CONFIG += link_pkgconfig
|
||||
PKGCONFIG += openssl
|
||||
DEFINES += HAVE_CLOCK_GETTIME=1
|
||||
}
|
||||
|
||||
COMMON_C_DIR = $$PWD/moonlight-common-c
|
||||
|
|
Loading…
Reference in a new issue