Skip to content

Commit 1c0d9b6

Browse files
authored
Fix arm64-release-static vcpkg triplet (microsoft#5431)
In microsoft#5423 I used a wrong variable for the arm64-release-static vcpkg triplet. Didn't notice it until running on internal builds because we don't build that configuration in CI builds here... ###### Microsoft Reviewers: [Open in CodeFlow](https://microsoft.github.io/open-pr/?codeflow=https://github.com/microsoft/winget-cli/pull/5431)
1 parent 3f1ede7 commit 1c0d9b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
include("${CMAKE_CURRENT_SOURCE_DIR}/common.cmake")
1+
include("${CMAKE_CURRENT_LIST_DIR}/common.cmake")
22
set(VCPKG_TARGET_ARCHITECTURE arm64)
33
set(VCPKG_CRT_LINKAGE static)
44
set(VCPKG_BUILD_TYPE release)

0 commit comments

Comments
 (0)