From 93bb98175600f3da24af60bdc9d06a2fe0650bd8 Mon Sep 17 00:00:00 2001 From: Kae <80987908+Novaenia@users.noreply.github.com> Date: Tue, 7 Jan 2025 20:26:05 +1100 Subject: [PATCH] Update x64-linux-mixed.cmake --- triplets/x64-linux-mixed.cmake | 1 - 1 file changed, 1 deletion(-) 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")