Skip to content

Commit

Permalink
Update triplet configurations for Windows platforms
Browse files Browse the repository at this point in the history
Removed the x64-windows-static triplet as part of cleanup. Changed the library linkage for x86-windows from dynamic to static to align with updated build requirements.
  • Loading branch information
inakleinbottle committed Oct 30, 2024
1 parent 18789c7 commit 48689c1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions tools/triplets/x64-windows-static.cmake

This file was deleted.

2 changes: 1 addition & 1 deletion tools/triplets/x86-windows.cmake
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
include(${CMAKE_CURRENT_LIST_DIR}/common.cmake)
set(VCPKG_TARGET_ARCHITECTURE x86)
set(VCPKG_CRT_LINKAGE dynamic)
set(VCPKG_LIBRARY_LINKAGE dynamic)
set(VCPKG_LIBRARY_LINKAGE static)

0 comments on commit 48689c1

Please sign in to comment.