Skip to content

Commit

Permalink
add missing library reference for stable channel
Browse files Browse the repository at this point in the history
  • Loading branch information
jwinarske committed May 28, 2020
1 parent 40d36fa commit c99e85d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmake/engine_options.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,7 @@ else()
# Target Link Flags
if(${CHANNEL} STREQUAL "stable")
list(APPEND TARGET_CXX_LINK_FLAGS -L${THIRD_PARTY_DIR}/engine/src/buildtools/linux-x64/clang/lib/clang/${LLVM_VERSION}/armv7-linux-gnueabihf/lib)
list(APPEND TARGET_CXX_LINK_FLAGS -lpthread)
else()
list(APPEND TARGET_CXX_LINK_FLAGS ${THIRD_PARTY_DIR}/engine/src/buildtools/linux-x64/clang/lib/armv7-unknown-linux-gnueabihf/c++/libc++.a)
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)
Expand Down

0 comments on commit c99e85d

Please sign in to comment.