Control docdir and mandir for debug

This commit is contained in:
Kai Pastor 2023-05-13 10:51:49 +02:00
parent ecd3a0d148
commit d8293a1997

View File

@ -575,6 +575,8 @@ function(vcpkg_configure_make)
"--sbindir=\\\${prefix}/../tools/${PORT}${path_suffix_DEBUG}/sbin"
"--libdir=\\\${prefix}/lib" # On some Linux distributions lib64 is the default
"--includedir=\\\${prefix}/../include"
"--mandir=\\\${prefix}/share/${PORT}"
"--docdir=\\\${prefix}/share/${PORT}"
"--datarootdir=\\\${prefix}/share/${PORT}")
endif()
# Setup common options