Skip to content

Commit

Permalink
Assume /Tools is part of the HEXAGON_TOOLCHAIN env variable (apache#9609
Browse files Browse the repository at this point in the history
)
  • Loading branch information
jcoplin-quic authored and yangulei committed Jan 11, 2022
1 parent fef67f3 commit 4ceb340
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmake/modules/Hexagon.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,8 @@ if(USE_HEXAGON_LAUNCHER STREQUAL "ON")
INSTALL_DIR "${LAUNCHER_BINARY_DIR}"
BUILD_ALWAYS ON
CMAKE_ARGS
"-DCMAKE_C_COMPILER=${USE_HEXAGON_TOOLCHAIN}/Tools/bin/hexagon-clang"
"-DCMAKE_CXX_COMPILER=${USE_HEXAGON_TOOLCHAIN}/Tools/bin/hexagon-clang++"
"-DCMAKE_C_COMPILER=${USE_HEXAGON_TOOLCHAIN}/bin/hexagon-clang"
"-DCMAKE_CXX_COMPILER=${USE_HEXAGON_TOOLCHAIN}/bin/hexagon-clang++"
"-DFASTRPC_LIBS=SKEL"
"-DUSE_HEXAGON_ARCH=${USE_HEXAGON_ARCH}"
"-DUSE_HEXAGON_SDK=${USE_HEXAGON_SDK}"
Expand Down

0 comments on commit 4ceb340

Please sign in to comment.