diff options
| author | Alexander Karatarakis <alkarata@microsoft.com> | 2016-11-08 14:25:47 -0800 |
|---|---|---|
| committer | Alexander Karatarakis <alkarata@microsoft.com> | 2016-11-08 14:25:47 -0800 |
| commit | 1808d461b0e8793445b87eb8ceed71d5ac7aca6e (patch) | |
| tree | 457ed603532038436d92a996afe7b4bdaef78daf /scripts | |
| parent | 6e9d17f73c01c3ad07875ca79196ed2f5e2d3896 (diff) | |
| download | vcpkg-1808d461b0e8793445b87eb8ceed71d5ac7aca6e.tar.gz vcpkg-1808d461b0e8793445b87eb8ceed71d5ac7aca6e.zip | |
triplet is now automatically included before portfiles.
Also remove trailing whitespaces from portfiles
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/ports.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/ports.cmake b/scripts/ports.cmake index 8d86fa6fa..762997491 100644 --- a/scripts/ports.cmake +++ b/scripts/ports.cmake @@ -70,6 +70,7 @@ if(CMD MATCHES "^BUILD$") endif() file(MAKE_DIRECTORY ${CURRENT_BUILDTREES_DIR} ${CURRENT_PACKAGES_DIR}) + include(${CMAKE_TRIPLET_FILE}) include(${CURRENT_PORT_DIR}/portfile.cmake) set(BUILD_INFO_FILE_PATH ${CURRENT_PACKAGES_DIR}/BUILD_INFO) |
