compilers/cpp: Fix removal of name from Combo options for Armclang

pull/5472/head
sompen 6 years ago committed by Dylan Baker
parent b28e76f6bf
commit 201ecf52d1
  1. 3
      mesonbuild/compilers/cpp.py

@ -196,8 +196,7 @@ class ArmclangCPPCompiler(ArmclangCompiler, CPPCompiler):
def get_options(self):
opts = CPPCompiler.get_options(self)
opts.update({'cpp_eh': coredata.UserComboOption('cpp_eh',
'C++ exception handling type.',
opts.update({'cpp_eh': coredata.UserComboOption('C++ exception handling type.',
['none', 'default', 'a', 's', 'sc'],
'default'),
'cpp_std': coredata.UserComboOption('C++ language standard to use',

Loading…
Cancel
Save