Update x64-linux-mixed.cmake

This commit is contained in:
Kae 2025-01-07 20:32:02 +11:00
parent 93bb981756
commit 4db9712c4c

View File

@ -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")