Update x64-linux-mixed.cmake

This commit is contained in:
Kae 2025-01-07 20:26:05 +11:00
parent 09c44f53bf
commit 93bb981756

View File

@ -11,7 +11,6 @@ endif()
if(PORT MATCHES "libsystemd") if(PORT MATCHES "libsystemd")
set(VCPKG_C_FLAGS "-std=c11") set(VCPKG_C_FLAGS "-std=c11")
set(VCPKG_CXX_FLAGS "-std=c11")
endif() endif()
if(PORT MATCHES "opus") if(PORT MATCHES "opus")