diff options
author | Kohei Yoshida <kohei.yoshida@collabora.com> | 2013-11-20 10:58:02 -0500 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@collabora.com> | 2013-11-20 10:59:06 -0500 |
commit | 418836b04a11cc22d71394872b4a66be7ee545ee (patch) | |
tree | cbb0f181af05f6a2be5824628aa2d922e1ea3721 | |
parent | 806451556adcb010e1466d5bd1a170a35e36095d (diff) |
Add missing linker flag for clock_gettime() call.
Change-Id: Ibd8574dd74398c8b231059ca606edacf7f8005c4
-rw-r--r-- | sc/Library_scopencl.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/Library_scopencl.mk b/sc/Library_scopencl.mk index f4d400bfeb98..ed33ff88bb18 100644 --- a/sc/Library_scopencl.mk +++ b/sc/Library_scopencl.mk @@ -51,6 +51,7 @@ $(eval $(call gb_Library_add_exception_objects,scopencl,\ ifeq ($(OS),LINUX) $(eval $(call gb_Library_add_libs,scopencl,\ -ldl \ + -lrt \ )) endif |