mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 07:38:59 +08:00
[vcpkg_apply_patches] Also print working dir
This commit is contained in:
parent
829f32e18b
commit
6059b2bf2f
@ -17,6 +17,7 @@ function(vcpkg_apply_patches)
|
||||
if(error_code)
|
||||
message(FATAL_ERROR
|
||||
"Applying patch failed: ${GIT} --work-tree=. apply \"${PATCH}\" --ignore-whitespace --whitespace=nowarn --verbose\n"
|
||||
"Working Directory: ${_ap_SOURCE_PATH}\n"
|
||||
"See logs for more information:\n"
|
||||
" ${CURRENT_BUILDTREES_DIR}/${LOGNAME}-out.log\n"
|
||||
" ${CURRENT_BUILDTREES_DIR}/${LOGNAME}-err.log\n")
|
||||
|
Loading…
Reference in New Issue
Block a user