diff options
author | Kae <80987908+Novaenia@users.noreply.github.com> | 2025-01-07 20:26:05 +1100 |
---|---|---|
committer | Kae <80987908+Novaenia@users.noreply.github.com> | 2025-01-07 20:26:05 +1100 |
commit | 93bb98175600f3da24af60bdc9d06a2fe0650bd8 (patch) | |
tree | 96ac2199e03c02f70031d6f480ffc2d5d470d5c5 /triplets/x64-linux-mixed.cmake | |
parent | 09c44f53bff3e00f2ab8d4a057583859df24fd4b (diff) |
Update x64-linux-mixed.cmake
Diffstat (limited to 'triplets/x64-linux-mixed.cmake')
-rw-r--r-- | triplets/x64-linux-mixed.cmake | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/triplets/x64-linux-mixed.cmake b/triplets/x64-linux-mixed.cmake index 7e70894..94a3404 100644 --- a/triplets/x64-linux-mixed.cmake +++ b/triplets/x64-linux-mixed.cmake @@ -11,7 +11,6 @@ endif() if(PORT MATCHES "libsystemd") set(VCPKG_C_FLAGS "-std=c11") - set(VCPKG_CXX_FLAGS "-std=c11") endif() if(PORT MATCHES "opus") |