X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=config%2Fmeson.build;h=a29693b8833b5068d0ae39066c2d69855c66f835;hb=9c70bbd88c042db24b03a6bbba3e2bf967dcd408;hp=258b01d068b2e2053a22f178263c9e683f1aff19;hpb=b0b672aeadaa0bbb1720e777f855bd1812fb5043;p=dpdk.git diff --git a/config/meson.build b/config/meson.build index 258b01d068..a29693b883 100644 --- a/config/meson.build +++ b/config/meson.build @@ -57,9 +57,11 @@ eal_pmd_path = join_paths(get_option('prefix'), driver_install_path) # driver .so files often depend upon the bus drivers for their connect bus, # e.g. ixgbe depends on librte_bus_pci. This means that the bus drivers need # to be in the library path, so symlink the drivers from the main lib directory. -meson.add_install_script('../buildtools/symlink-drivers-solibs.sh', - get_option('libdir'), - pmd_subdir_opt) +if not is_windows + meson.add_install_script('../buildtools/symlink-drivers-solibs.sh', + get_option('libdir'), + pmd_subdir_opt) +endif # set the machine type and cflags for it if meson.is_cross_build()