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.
2 parents 62955b0 + b1e7f2c commit 7a27736Copy full SHA for 7a27736
utils/build-script-impl
@@ -1963,7 +1963,6 @@ for deployment_target in "${HOST_TARGET}" "${CROSS_TOOLS_DEPLOYMENT_TARGETS[@]}"
1963
( ! -z "${generator_output_path}" && ! -f "${generator_output_path}" ) ]] ; then
1964
set -x
1965
mkdir -p "${build_dir}"
1966
- rm -f "${cmake_cache_path}"
1967
(cd "${build_dir}" && "${CMAKE}" "${cmake_options[@]}" "${EXTRA_CMAKE_OPTIONS[@]}" "${source_dir}")
1968
{ set +x; } 2>/dev/null
1969
fi
0 commit comments