]> git.droids-corp.org - dpdk.git/blobdiff - app/meson.build
drivers/net: build i40e and mlx5 on Windows
[dpdk.git] / app / meson.build
index fd72d7da685d16aecf4e92537d91e72fbd09cc39..903117b8669c9c0e720c26cfcfc35508251b8be4 100644 (file)
@@ -26,7 +26,7 @@ lib_execinfo = cc.find_library('execinfo', required: false)
 
 default_cflags = machine_args + ['-DALLOW_EXPERIMENTAL_API']
 default_ldflags = []
-if get_option('default_library') == 'static'
+if get_option('default_library') == 'static' and not is_windows
        default_ldflags += ['-Wl,--export-dynamic']
 endif