File tree Expand file tree Collapse file tree
libs/openFrameworksCompiled/project Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ ifndef MAC_OS_C_VER
8282endif
8383
8484ifndef MAC_OS_CPP_VER
85- MAC_OS_CPP_VER = -std=c++23
85+ MAC_OS_CPP_VER = -std=c++20
8686endif
8787
8888# Link against libstdc++ to silence tr1/memory errors on latest versions of osx
Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ ifndef MAC_OS_C_VER
8282endif
8383
8484ifndef MAC_OS_CPP_VER
85- MAC_OS_CPP_VER = -std=c++23
85+ MAC_OS_CPP_VER = -std=c++20
8686endif
8787
8888# Link against libstdc++ to silence tr1/memory errors on latest versions of osx
Original file line number Diff line number Diff line change 142142# PROJECT_CC =
143143
144144# Uncomment/comment below to switch between C++11 and C++17 ( or newer ). On macOS C++17 needs 10.15 or above.
145- export MAC_OS_MIN_VERSION = 10.15
146- export MAC_OS_CPP_VER = -std=c++17
145+ # export MAC_OS_MIN_VERSION = 10.15
146+ # export MAC_OS_CPP_VER = -std=c++17
Original file line number Diff line number Diff line change 142142# PROJECT_CC =
143143
144144# Uncomment/comment below to switch between C++11 and C++17 ( or newer ). On macOS C++17 needs 10.15 or above.
145- export MAC_OS_MIN_VERSION = 10.15
146- export MAC_OS_CPP_VER = -std=c++17
145+ # export MAC_OS_MIN_VERSION = 10.15
146+ # export MAC_OS_CPP_VER = -std=c++17
You can’t perform that action at this time.
0 commit comments