mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 937458, bump the required clang version in mach bootstrap, r=gps DONTBUILD
--HG-- extra : rebase_source : 423de887a8ee17846ad3f4b3a716d86b64ce6654
This commit is contained in:
parent
83330ed1eb
commit
481a86bf54
@ -31,7 +31,7 @@ MACPORTS_CLANG_PACKAGE = 'clang-3.3'
|
||||
|
||||
RE_CLANG_VERSION = re.compile('Apple (?:clang|LLVM) version (\d+\.\d+)')
|
||||
|
||||
APPLE_CLANG_MINIMUM_VERSION = StrictVersion('4.0')
|
||||
APPLE_CLANG_MINIMUM_VERSION = StrictVersion('4.2')
|
||||
|
||||
XCODE_REQUIRED = '''
|
||||
Xcode is required to build Firefox. Please complete the install of Xcode
|
||||
|
Loading…
Reference in New Issue
Block a user