We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7686b1f commit 1fe83e1Copy full SHA for 1fe83e1
1 file changed
ci/scripts/cpp_build.sh
@@ -173,7 +173,7 @@ elif [ "${ARROW_EMSCRIPTEN:-OFF}" = "ON" ]; then
173
# emcmake so we unset them
174
unset LDFLAGS CFLAGS CXXFLAGS CPPFLAGS
175
emcmake cmake \
176
- --preset=ninja-"${ARROW_BUILD_TYPE:-debug}"-emscripten \
+ --preset="ninja-${ARROW_BUILD_TYPE:-debug}-emscripten" \
177
-DCMAKE_VERBOSE_MAKEFILE="${CMAKE_VERBOSE_MAKEFILE:-OFF}" \
178
-DCMAKE_C_FLAGS="${CFLAGS:-}" \
179
-DCMAKE_CXX_FLAGS="${CXXFLAGS:-}" \
@@ -335,7 +335,7 @@ if [ -x "$(command -v ldconfig)" ]; then
335
SUDO=
336
fi
337
338
- ${SUDO} ldconfig "${ARROW_HOME}"/"${CMAKE_INSTALL_LIBDIR:-lib}"
+ ${SUDO} ldconfig "${ARROW_HOME}/${CMAKE_INSTALL_LIBDIR:-lib}"
339
340
341
if [ "${ARROW_USE_CCACHE}" == "ON" ]; then
0 commit comments