Use clock_gettime() on Linux

This commit is contained in:
Cameron Gutman 2018-09-24 20:40:49 -07:00
parent 7e414f0af3
commit d89982237d

View file

@ -24,6 +24,7 @@ macx {
unix:!macx {
CONFIG += link_pkgconfig
PKGCONFIG += openssl
DEFINES += HAVE_CLOCK_GETTIME=1
}
COMMON_C_DIR = $$PWD/moonlight-common-c