build: add optional arch-specific headers install path
[dpdk.git] / lib / librte_eal / common / include / arch / x86 / meson.build
index 80b5980..5e9c026 100644 (file)
@@ -45,4 +45,5 @@ install_headers(
        'rte_rtm.h',
        'rte_rwlock.h',
        'rte_spinlock.h',
-       'rte_vect.h')
+       'rte_vect.h',
+       subdir: get_option('include_subdir_arch'))