We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdcd572 commit b851e63Copy full SHA for b851e63
custom-triplets/x64-osx-nes.cmake
@@ -5,6 +5,9 @@ set(VCPKG_LIBRARY_LINKAGE static)
5
set(VCPKG_CMAKE_SYSTEM_NAME Darwin)
6
set(VCPKG_OSX_ARCHITECTURES x86_64)
7
8
+set(VCPKG_CXX_FLAGS -std=c++2a)
9
+set(VCPKG_C_FLAGS "")
10
+
11
12
if (PORT STREQUAL paho-mqtt)
13
set(VCPKG_LIBRARY_LINKAGE static)
0 commit comments