Skip to content
/ arrow Public
forked from apache/arrow

Commit

Permalink
Merge pull request #15 from aalkin/alice/apache-arrow-17.0.0
Browse files Browse the repository at this point in the history
fixup! Use GCC_TOOLCHAIN_ROOT with clang precompile command
  • Loading branch information
aalkin authored Aug 15, 2024
2 parents 00dd4cc + ec053c5 commit 216235c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cpp/cmake_modules/GandivaAddBitcode.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@ function(gandiva_add_bitcode SOURCE)
if(GCC_TOOLCHAIN_ROOT)
list(APPEND
PRECOMPILE_COMMAND
--gcc-install-dir="$GCC_TOOLCHAIN_ROOT")
--gcc-install-dir
${GCC_TOOLCHAIN_ROOT})
endif()
if(ARROW_BINARY_DIR)
list(APPEND PRECOMPILE_COMMAND -I${ARROW_BINARY_DIR}/src)
Expand Down

0 comments on commit 216235c

Please sign in to comment.