Веб-сайт самохостера Lotigara

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKae <80987908+Novaenia@users.noreply.github.com>2025-01-07 20:32:02 +1100
committerKae <80987908+Novaenia@users.noreply.github.com>2025-01-07 20:32:02 +1100
commit4db9712c4c6481a9564c5bcb5fe2b9f4cda235d6 (patch)
tree4ac5408b25a171a8554ba622117700948f1104bd
parent93bb98175600f3da24af60bdc9d06a2fe0650bd8 (diff)
Update x64-linux-mixed.cmake
-rw-r--r--triplets/x64-linux-mixed.cmake3
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")