X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=examples%2Fmeson.build;h=b9ab24223f52bd501947c1123351ea0e0bfc5815;hb=9186e5a07f35ae74a1f7fa2d89671b5f77eae407;hp=f643ec1bad1a4a3f525b436784788863742e2577;hpb=b031e13d7f0dc7cba9bc5befe968b67832021a59;p=dpdk.git diff --git a/examples/meson.build b/examples/meson.build index f643ec1bad..b9ab24223f 100644 --- a/examples/meson.build +++ b/examples/meson.build @@ -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