mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 02:41:47 +08:00
14 lines
442 B
Diff
14 lines
442 B
Diff
diff --git a/config/meson.build b/config/meson.build
|
|
index 7f7b6c92fd..51c3572793 100644
|
|
--- a/config/meson.build
|
|
+++ b/config/meson.build
|
|
@@ -375,7 +375,7 @@ if not dpdk_conf.has('RTE_MAX_NUMA_NODES')
|
|
endif
|
|
|
|
# set the install path for the drivers
|
|
-dpdk_conf.set_quoted('RTE_EAL_PMD_PATH', eal_pmd_path)
|
|
+dpdk_conf.set_quoted('RTE_EAL_PMD_PATH', '')
|
|
|
|
install_headers(['rte_config.h'],
|
|
subdir: get_option('include_subdir_arch'))
|