]> git.droids-corp.org - dpdk.git/blobdiff - config/x86/meson.build
build: increase readability via shortcut variables
[dpdk.git] / config / x86 / meson.build
index 558edfda99f4ea62a12fd13191b11250eed45d14..2b2d06281245f3484a74da478fd285fb05a75211 100644 (file)
@@ -5,7 +5,7 @@
 march_opt = ['-march=@0@'.format(machine)]
 
 # get binutils version for the workaround of Bug 97
-if host_machine.system() != 'windows'
+if not is_windows
        ldver = run_command('ld', '-v').stdout().strip()
        if ldver.contains('2.30')
                if cc.has_argument('-mno-avx512f')