diff options
Diffstat (limited to 'ports')
| -rw-r--r-- | ports/qt5-webengine/portfile.cmake | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ports/qt5-webengine/portfile.cmake b/ports/qt5-webengine/portfile.cmake index d7fd4b053..27e4f8e2d 100644 --- a/ports/qt5-webengine/portfile.cmake +++ b/ports/qt5-webengine/portfile.cmake @@ -3,8 +3,8 @@ vcpkg_check_linkage(ONLY_DYNAMIC_LIBRARY) message(STATUS "${PORT} requires a lot of free disk space (>300GB), ram (>32 GB) and time (>4h per configuration) to be successfully build.\n\ -- As such ${PORT} is not properly tested.\n\ -- If ${PORT} fails post build validation please open up an issue. \n\ --- If it fails due to post validation the successfully installed files can be found in <vcpkgroot>/packages/${PORT}_${TARGET_TRIPLET} \n\ --- and just need to be copied into <vcpkgroot>/installed/${TARGaET_TRIPLET}") +-- If it fails due to post validation the successfully installed files can be found in ${CURRENT_PACKAGES_DIR} \n\ +-- and just need to be copied into ${CURRENT_INSTALLED_DIR}") if(NOT VCPKG_TARGET_IS_WINDOWS) message(STATUS "If ${PORT} directly fails ${PORT} might require additional prerequisites on Linux and OSX. Please check the configure logs.\n") endif() |
