From 67ddb70932fc83f0ba8a260d801f4091aaf4484c Mon Sep 17 00:00:00 2001 From: Geoffrey McRae Date: Mon, 4 Nov 2019 22:25:19 +1100 Subject: [PATCH] [porthole] link pthreads and fix function type --- VERSION | 2 +- porthole/CMakeLists.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/VERSION b/VERSION index b52ebae1..baf037d0 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -B1-28-gdf9798c819+1 \ No newline at end of file +B1-29-g27c3a93d15+1 \ No newline at end of file diff --git a/porthole/CMakeLists.txt b/porthole/CMakeLists.txt index e11bb3d9..7d777326 100644 --- a/porthole/CMakeLists.txt +++ b/porthole/CMakeLists.txt @@ -21,6 +21,7 @@ target_link_libraries(porthole PRIVATE porthole-${PLATFORM} lg_common + pthread ) target_include_directories(porthole