Fix typo in bitcode message
This commit is contained in:
parent
18b99b3bc3
commit
5b8a636504
|
@ -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…
Reference in New Issue