mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 774109 - Fix typos in OS X mozboot backend; r=me DONTBUILD
Typos were trivial and weren't worth finding a reviewer for. --HG-- extra : rebase_source : 40f039121aa5efd710449cff726ac5521f92b7fe
This commit is contained in:
parent
e82089f9c6
commit
fb1dd532bb
@ -30,7 +30,7 @@ through the App Store.
|
|||||||
'''
|
'''
|
||||||
|
|
||||||
XCODE_REQUIRED_LEGACY = '''
|
XCODE_REQUIRED_LEGACY = '''
|
||||||
You will need to download nad install Xcode to build Firefox.
|
You will need to download and install Xcode to build Firefox.
|
||||||
|
|
||||||
Please complete the Xcode download and then relaunch this script.
|
Please complete the Xcode download and then relaunch this script.
|
||||||
'''
|
'''
|
||||||
@ -201,6 +201,6 @@ class OSXBootstrapper(BaseBootstrapper):
|
|||||||
if self.os_version < 7 and 'llvm' not in installed:
|
if self.os_version < 7 and 'llvm' not in installed:
|
||||||
print(HOMEBREW_OLD_CLANG)
|
print(HOMEBREW_OLD_CLANG)
|
||||||
|
|
||||||
subprocess.check_call([brew, '-v' 'install', 'llvm',
|
subprocess.check_call([brew, '-v', 'install', 'llvm',
|
||||||
'--with-clang', '--all-targets'])
|
'--with-clang', '--all-targets'])
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user