Fix typo in bitcode message

pull/7300/head
Nirbheek Chauhan 4 years ago committed by Nirbheek Chauhan
parent 18b99b3bc3
commit 5b8a636504
  1. 2
      mesonbuild/coredata.py

@ -870,7 +870,7 @@ class CoreData:
def emit_base_options_warnings(self, enabled_opts: list):
if 'b_bitcode' in enabled_opts:
mlog.warning('Base option \'b_bitcode\' is enabled, which is incompatible with many linker options. Incompatible options such as such as \'b_asneeded\' have been disabled.')
mlog.warning('Base option \'b_bitcode\' is enabled, which is incompatible with many linker options. Incompatible options such as \'b_asneeded\' have been disabled.')
mlog.warning('Please see https://mesonbuild.com/Builtin-options.html#Notes_about_Apple_Bitcode_support for more details.')
class CmdLineFileParser(configparser.ConfigParser):

Loading…
Cancel
Save