X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=drivers%2Fmeson.build;h=6b50f7238d6a62ab4b200b26e4ef32c610813f3f;hb=8b3799531b9bc46fb518c4ec84f4960ecc78a0d0;hp=4bb7e92183d38836b2989a372418dabc1f56ca9f;hpb=30105f664f8ebbecd878deff7f0733a3f92edd17;p=dpdk.git diff --git a/drivers/meson.build b/drivers/meson.build index 4bb7e92183..6b50f7238d 100644 --- a/drivers/meson.build +++ b/drivers/meson.build @@ -186,8 +186,10 @@ foreach subpath:subdirs lk_deps = [version_map, def_file, mingw_map] if is_windows if is_ms_linker - lk_args = ['-Wl,/def:' + def_file.full_path(), - '-Wl,/implib:drivers\\' + implib] + lk_args = ['-Wl,/def:' + def_file.full_path()] + if meson.version().version_compare('<0.54.0') + lk_args += ['-Wl,/implib:drivers\\' + implib] + endif else lk_args = ['-Wl,--version-script=' + mingw_map.full_path()] endif