config/x86: remove path for MinGW-w64 cross toolchain
[dpdk.git] / config / meson.build
index d3f05f8..bb64c3b 100644 (file)
@@ -117,7 +117,7 @@ if not is_windows
 endif
 
 # use pthreads if available for the platform
-if not is_ms_linker
+if not is_windows
        add_project_link_arguments('-pthread', language: 'c')
        dpdk_extra_ldflags += '-pthread'
 endif