File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ mkdir -p "${build_dir}"
103103pushd " ${build_dir} "
104104
105105if [ " ${ARROW_OFFLINE} " = " ON" ]; then
106- " ${source_dir} " /thirdparty/download_dependencies.sh " ${PWD} " /thirdparty > \
106+ " ${source_dir} /thirdparty/download_dependencies.sh" " ${PWD} " /thirdparty > \
107107 enable_offline_build.sh
108108 # shellcheck source=/dev/null
109109 . enable_offline_build.sh
@@ -169,7 +169,7 @@ elif [ "${ARROW_EMSCRIPTEN:-OFF}" = "ON" ]; then
169169 # emcmake so we unset them
170170 unset LDFLAGS CFLAGS CXXFLAGS CPPFLAGS
171171 emcmake cmake \
172- --preset=ninja-" ${ARROW_BUILD_TYPE:- debug} " -emscripten \
172+ --preset=ninja-" ${ARROW_BUILD_TYPE:- debug} -emscripten" \
173173 -DCMAKE_VERBOSE_MAKEFILE=" ${CMAKE_VERBOSE_MAKEFILE:- OFF} " \
174174 -DCMAKE_C_FLAGS=" ${CFLAGS:- } " \
175175 -DCMAKE_CXX_FLAGS=" ${CXXFLAGS:- } " \
@@ -327,7 +327,7 @@ if [ -x "$(command -v ldconfig)" ]; then
327327 SUDO=
328328 fi
329329 fi
330- ${SUDO} ldconfig " ${ARROW_HOME} " / " ${CMAKE_INSTALL_LIBDIR:- lib} "
330+ ${SUDO} ldconfig " ${ARROW_HOME} / ${CMAKE_INSTALL_LIBDIR:- lib} "
331331fi
332332
333333if [ " ${ARROW_USE_CCACHE} " == " ON" ]; then
You can’t perform that action at this time.
0 commit comments