From e933c0ef9e6e0b41e7cc6740d5cebc458a727337 Mon Sep 17 00:00:00 2001 From: lyon Date: Thu, 5 May 2022 22:39:04 +0800 Subject: [PATCH] add -dl --- tools/pikaByteCodeGen/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/pikaByteCodeGen/CMakeLists.txt b/tools/pikaByteCodeGen/CMakeLists.txt index 377fd7af5..230e4ccf4 100644 --- a/tools/pikaByteCodeGen/CMakeLists.txt +++ b/tools/pikaByteCodeGen/CMakeLists.txt @@ -25,6 +25,8 @@ IF(CROSS_COMPILE) ELSE(CROSS_COMPILE) target_link_libraries(pikaByteCodeGen pikabinder + pthread + dl ) ENDIF(CROSS_COMPILE)