Skip to content

Commit c99e85d

Browse files
committed
add missing library reference for stable channel
1 parent 40d36fa commit c99e85d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cmake/engine_options.cmake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,7 @@ else()
253253
# Target Link Flags
254254
if(${CHANNEL} STREQUAL "stable")
255255
list(APPEND TARGET_CXX_LINK_FLAGS -L${THIRD_PARTY_DIR}/engine/src/buildtools/linux-x64/clang/lib/clang/${LLVM_VERSION}/armv7-linux-gnueabihf/lib)
256+
list(APPEND TARGET_CXX_LINK_FLAGS -lpthread)
256257
else()
257258
list(APPEND TARGET_CXX_LINK_FLAGS ${THIRD_PARTY_DIR}/engine/src/buildtools/linux-x64/clang/lib/armv7-unknown-linux-gnueabihf/c++/libc++.a)
258259
list(APPEND TARGET_CXX_LINK_FLAGS -L${THIRD_PARTY_DIR}/engine/src/buildtools/linux-x64/clang/lib/clang/${LLVM_VERSION}/lib/armv7-unknown-linux-gnueabihf)

0 commit comments

Comments
 (0)