mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-19 09:23:03 +08:00
Control docdir and mandir for debug
This commit is contained in:
parent
ecd3a0d148
commit
d8293a1997
@ -575,6 +575,8 @@ function(vcpkg_configure_make)
|
|||||||
"--sbindir=\\\${prefix}/../tools/${PORT}${path_suffix_DEBUG}/sbin"
|
"--sbindir=\\\${prefix}/../tools/${PORT}${path_suffix_DEBUG}/sbin"
|
||||||
"--libdir=\\\${prefix}/lib" # On some Linux distributions lib64 is the default
|
"--libdir=\\\${prefix}/lib" # On some Linux distributions lib64 is the default
|
||||||
"--includedir=\\\${prefix}/../include"
|
"--includedir=\\\${prefix}/../include"
|
||||||
|
"--mandir=\\\${prefix}/share/${PORT}"
|
||||||
|
"--docdir=\\\${prefix}/share/${PORT}"
|
||||||
"--datarootdir=\\\${prefix}/share/${PORT}")
|
"--datarootdir=\\\${prefix}/share/${PORT}")
|
||||||
endif()
|
endif()
|
||||||
# Setup common options
|
# Setup common options
|
||||||
|
Loading…
Reference in New Issue
Block a user