summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorGreg V <greg@unrelenting.technology>2018-11-23 20:40:50 +0300
committerfalkTX <falktx@falktx.com>2022-01-15 15:09:55 +0000
commit92e9596aa57454ae221fc0674c5f653896d77705 (patch)
treeb0f854bd5ce50e37531a1280fc82268ad6a0d514 /common
parent5f9e108e16ef86d2166aad8aeaf14c69c69f17f6 (diff)
downloadjack2-92e9596aa57454ae221fc0674c5f653896d77705.tar.gz
Put the clock_gettime based time impl into posix/
Diffstat (limited to 'common')
-rw-r--r--common/wscript4
1 files changed, 2 insertions, 2 deletions
diff --git a/common/wscript b/common/wscript
index 27bb60ff..e22f12f4 100644
--- a/common/wscript
+++ b/common/wscript
@@ -105,8 +105,8 @@ def build(bld):
'../posix/JackPosixMutex.cpp',
'../posix/JackPosixSemaphore.cpp',
'../posix/JackSocket.cpp',
- '../freebsd/JackFreeBSDTime.c',
- ]
+ '../posix/JackPosixTime.c',
+ ]
includes = ['../freebsd', '../posix'] + includes
if bld.env['IS_SUN']: