diff options
author | Kae <80987908+Novaenia@users.noreply.github.com> | 2025-01-07 20:10:51 +1100 |
---|---|---|
committer | Kae <80987908+Novaenia@users.noreply.github.com> | 2025-01-07 20:10:51 +1100 |
commit | 289e367e28f5b17a9ba80d72aeaeceb112e8d021 (patch) | |
tree | 1c9902ec4def4a315a850ffc843af6ef7945c692 /triplets/x64-linux-mixed.cmake | |
parent | d232fb77eba0dde28f1c66b343168ee5eaa5c09c (diff) |
include base linux toolchain
Diffstat (limited to 'triplets/x64-linux-mixed.cmake')
-rw-r--r-- | triplets/x64-linux-mixed.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/triplets/x64-linux-mixed.cmake b/triplets/x64-linux-mixed.cmake index 06e29a7..7e70894 100644 --- a/triplets/x64-linux-mixed.cmake +++ b/triplets/x64-linux-mixed.cmake @@ -3,7 +3,7 @@ set(VCPKG_CRT_LINKAGE dynamic) set(VCPKG_LIBRARY_LINKAGE static) set(VCPKG_CMAKE_SYSTEM_NAME Linux) -set(VCPKG_CHAINLOAD_TOOLCHAIN_FILE ${CMAKE_CURRENT_LIST_DIR}/../toolchains/clang-toolchain.cmake) +set(VCPKG_CHAINLOAD_TOOLCHAIN_FILE ${CMAKE_CURRENT_LIST_DIR}/../toolchains/linux-clang.cmake) if(PORT MATCHES "discord-") set(VCPKG_LIBRARY_LINKAGE dynamic) |