Skip to content

Commit

Permalink
added cpp flag
Browse files Browse the repository at this point in the history
  • Loading branch information
tekdogan committed Sep 30, 2024
1 parent fdcd572 commit b851e63
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions custom-triplets/x64-osx-nes.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ set(VCPKG_LIBRARY_LINKAGE static)
set(VCPKG_CMAKE_SYSTEM_NAME Darwin)
set(VCPKG_OSX_ARCHITECTURES x86_64)

set(VCPKG_CXX_FLAGS -std=c++2a)
set(VCPKG_C_FLAGS "")


if (PORT STREQUAL paho-mqtt)
set(VCPKG_LIBRARY_LINKAGE static)
Expand Down

0 comments on commit b851e63

Please sign in to comment.