In preparation to add better MSVC support, existing common code was
moved up.

A split was added which in future will call an MSVC specific meson.build
file:

if is_ms_compiler
    subdir_done()
endif

v2:
- removed call to get_option('cpu_instruction_set') from
  config/x86/meson.build as that call should not be done from here -
  cpu_instruction_set is already correctly set from
  config/meson.build. A separate patch was prepared to fix this in older
  releases.

Andre Muezerie (1):
  config: move existing code that is common to the top

 config/x86/meson.build | 90 ++++++++++++++++++++++--------------------
 1 file changed, 47 insertions(+), 43 deletions(-)

--
2.48.1.vfs.0.0

Reply via email to