Skip to content

Commit

Permalink
check windows build3
Browse files Browse the repository at this point in the history
  • Loading branch information
devbis committed Nov 26, 2023
1 parent 81d10b5 commit bc082bc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmake/TelinkSDK.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ SET(TOOLCHAIN_BIN_DIR ${TOOLCHAIN_PREFIX}/bin)
SET(TOOLCHAIN_INC_DIR ${TOOLCHAIN_PREFIX}/include)
SET(TOOLCHAIN_LIB_DIR ${TOOLCHAIN_PREFIX}/lib)

SET(TOOL_EXECUTABLE_SUFFIX ".exe")

IF(NOT CMAKE_C_COMPILER)
SET(CMAKE_C_COMPILER ${TOOLCHAIN_BIN_DIR}/${TARGET_PREFIX}gcc${TOOL_EXECUTABLE_SUFFIX})
ENDIF()
Expand Down

0 comments on commit bc082bc

Please sign in to comment.