mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 13:51:41 +00:00
Bug 902617 - Make mach bootstrap warn about possibly outdated Xcode when Xcode command line tools are outdated. r=gps
This commit is contained in:
parent
2ae0ffbbc8
commit
b78f82127c
@ -62,7 +62,10 @@ When that has finished installing, please relaunch this script.
|
||||
|
||||
UPGRADE_XCODE_COMMAND_LINE_TOOLS = '''
|
||||
An old version of the Xcode command line tools is installed. You will need to
|
||||
install a newer version in order to compile Firefox.
|
||||
install a newer version in order to compile Firefox. If Xcode itself is old,
|
||||
its command line tools may be too old even if it claims there are no updates
|
||||
available, so if you are seeing this message multiple times, please update
|
||||
Xcode first.
|
||||
'''
|
||||
|
||||
PACKAGE_MANAGER_INSTALL = '''
|
||||
|
Loading…
Reference in New Issue
Block a user