diff options
author | Kae <80987908+Novaenia@users.noreply.github.com> | 2024-12-31 16:06:10 +1100 |
---|---|---|
committer | Kae <80987908+Novaenia@users.noreply.github.com> | 2024-12-31 16:06:10 +1100 |
commit | aa1d559854a01bbd4cbc6e5d27ca075ab2d9a7c0 (patch) | |
tree | 25b948732e04b96c0735ee5291008746bc72062d /triplets/x64-linux-mixed.cmake | |
parent | 6076746ff3fa76e63d953d41885a7d2f843a780e (diff) |
okay libsystemd doesn't compile on clang right now :(
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 5e93dff..545d6f0 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/clang-toolchain.cmake) if(PORT MATCHES "discord-") set(VCPKG_LIBRARY_LINKAGE dynamic) |