diff options
author | Kae <80987908+Novaenia@users.noreply.github.com> | 2025-01-07 20:32:02 +1100 |
---|---|---|
committer | Kae <80987908+Novaenia@users.noreply.github.com> | 2025-01-07 20:32:02 +1100 |
commit | 4db9712c4c6481a9564c5bcb5fe2b9f4cda235d6 (patch) | |
tree | 4ac5408b25a171a8554ba622117700948f1104bd /triplets/x64-linux-mixed.cmake | |
parent | 93bb98175600f3da24af60bdc9d06a2fe0650bd8 (diff) |
Update x64-linux-mixed.cmake
Diffstat (limited to 'triplets/x64-linux-mixed.cmake')
-rw-r--r-- | triplets/x64-linux-mixed.cmake | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/triplets/x64-linux-mixed.cmake b/triplets/x64-linux-mixed.cmake index 94a3404..64a6feb 100644 --- a/triplets/x64-linux-mixed.cmake +++ b/triplets/x64-linux-mixed.cmake @@ -10,7 +10,8 @@ if(PORT MATCHES "discord-") endif() if(PORT MATCHES "libsystemd") - set(VCPKG_C_FLAGS "-std=c11") + set(VCPKG_C_FLAGS "${VCPKG_C_FLAGS} -std=c11") + set(VCPKG_CXX_FLAGS "${VCPKG_CXX_FLAGS}") endif() if(PORT MATCHES "opus") |