diff --git a/build-system/bazel-rules/rules_apple b/build-system/bazel-rules/rules_apple index 7a2573377d..c9794f7925 160000 --- a/build-system/bazel-rules/rules_apple +++ b/build-system/bazel-rules/rules_apple @@ -1 +1 @@ -Subproject commit 7a2573377d1cc233a487b4ce6070f5077765bc6e +Subproject commit c9794f7925f304bc163e91f026123472f88c00eb diff --git a/tools/main.cpp b/tools/main.cpp index 90a4b235c5..58e3a6a546 100644 --- a/tools/main.cpp +++ b/tools/main.cpp @@ -38,7 +38,7 @@ static bool cleanArch(std::vector &archData, bool &isEncrypted) { offset += sizeof(struct mach_header_64); break; default: - return nullptr; + return false; } uint32_t commandCount = swap32(header->ncmds);