Skip to content

Commit

Permalink
Add support for old bash used by macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
ktf authored Aug 18, 2024
1 parent 3e0a079 commit 1623c9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arrow.sh
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ cmake ./src_tmp/cpp
-DARROW_BUILD_STATIC=OFF \
-DCMAKE_INSTALL_RPATH_USE_LINK_PATH=ON \
-DCLANG_EXECUTABLE="$CLANG_EXECUTABLE" \
${GCC_TOOLCHAIN_REVISION:+-DGCC_TOOLCHAIN_ROOT=$(find $GCC_TOOLCHAIN_ROOT/lib -name crtbegin.o -exec dirname {} \;)}
${GCC_TOOLCHAIN_REVISION:+-DGCC_TOOLCHAIN_ROOT=`find "$GCC_TOOLCHAIN_ROOT/lib" -name crtbegin.o -exec dirname {} \;`}
make ${JOBS:+-j $JOBS}
make install
Expand Down

0 comments on commit 1623c9c

Please sign in to comment.