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 024487b commit b07c940Copy full SHA for b07c940
utils/build-script-impl
@@ -1364,7 +1364,7 @@ function copy_embedded_compiler_rt_builtins_from_darwin_host_toolchain() {
1364
HOST_LIB_CLANG_DIR="${HOST_CXX_DIR}/../lib/clang"
1365
DEST_LIB_CLANG_DIR="${clang_dest_dir}/lib/clang"
1366
1367
- [ -d "${HOST_LIB_CLANG_DIR}" -a -d "${DEST_LIB_CLANG_DIR}" ] || return
+ [ -d "${HOST_LIB_CLANG_DIR}" -a -d "${DEST_LIB_CLANG_DIR}" ] || return 0
1368
1369
DEST_CXX_BUILTINS_VERSION=$(ls -1 "${DEST_LIB_CLANG_DIR}")
1370
DEST_BUILTINS_DIR="${clang_dest_dir}/lib/clang/${DEST_CXX_BUILTINS_VERSION}/lib/darwin"
0 commit comments