Skip to content

Commit

Permalink
Fix command line option for --gcc-install-dir
Browse files Browse the repository at this point in the history
  • Loading branch information
ktf committed Aug 18, 2024
1 parent 216235c commit 1a4ea55
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cpp/cmake_modules/GandivaAddBitcode.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,7 @@ 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 1a4ea55

Please sign in to comment.