]> git.droids-corp.org - dpdk.git/blobdiff - examples/meson.build
drivers/net: build i40e and mlx5 on Windows
[dpdk.git] / examples / meson.build
index f643ec1bad1a4a3f525b436784788863742e2577..b9ab24223f52bd501947c1123351ea0e0bfc5815 100644 (file)
@@ -64,7 +64,7 @@ if cc.has_argument('-Wno-format-truncation')
        default_cflags += '-Wno-format-truncation'
 endif
 default_ldflags = dpdk_extra_ldflags
-if get_option('default_library') == 'static'
+if get_option('default_library') == 'static' and not is_windows
        default_ldflags += ['-Wl,--export-dynamic']
 endif