net/ice: clean input set macro definition
[dpdk.git] / app / meson.build
index fd72d7d..87fc195 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
 
@@ -66,6 +66,7 @@ foreach app:apps
                                link_args: ldflags,
                                link_whole: link_libs,
                                dependencies: dep_objs,
+                               include_directories: includes,
                                install_rpath: join_paths(get_option('prefix'),
                                                 driver_install_path),
                                install: true)