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