diff options
Diffstat (limited to 'scripts/ports.cmake')
| -rw-r--r-- | scripts/ports.cmake | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/ports.cmake b/scripts/ports.cmake index 0c33fdffc..86b2719d5 100644 --- a/scripts/ports.cmake +++ b/scripts/ports.cmake @@ -67,7 +67,8 @@ if(CMD MATCHES "^BUILD$") file(MAKE_DIRECTORY ${CURRENT_BUILDTREES_DIR} ${CURRENT_PACKAGES_DIR}) include(${CMAKE_TRIPLET_FILE}) - include(${CMAKE_PORT_SETTINGS} OPTIONAL) + include(${ENV_OVERRIDES_FILE} OPTIONAL) + set(TRIPLET_SYSTEM_ARCH ${VCPKG_TARGET_ARCHITECTURE}) include(${CMAKE_CURRENT_LIST_DIR}/cmake/vcpkg_common_definitions.cmake) include(${CMAKE_CURRENT_LIST_DIR}/cmake/vcpkg_common_functions.cmake) |
