Created
April 6, 2018 03:53
-
-
Save rryan/dc4bf55663b7605994d71807c893a3a0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
index dc1b930..37b19f6 100755 | |
--- a/qtwebengine/src/3rdparty/chromium/build/mac/should_use_hermetic_xcode.py | |
+++ b/qtwebengine/src/3rdparty/chromium/build/mac/should_use_hermetic_xcode.py | |
@@ -32,7 +32,7 @@ def main(): | |
if os.environ.get('FORCE_MAC_TOOLCHAIN') or allow_corp: | |
if not mac_toolchain.PlatformMeetsHermeticXcodeRequirements(sys.argv[1]): | |
return "2" | |
- return "1" | |
+ return "0" | |
else: | |
return "0" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment