Skip to content

Commit b0d1ff5

Browse files
authored
ok (#8113)
1 parent 1173ef0 commit b0d1ff5

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

libs/openFrameworksCompiled/project/macos/config.macos.default.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ ifndef MAC_OS_C_VER
8282
endif
8383

8484
ifndef MAC_OS_CPP_VER
85-
MAC_OS_CPP_VER = -std=c++23
85+
MAC_OS_CPP_VER = -std=c++20
8686
endif
8787

8888
# Link against libstdc++ to silence tr1/memory errors on latest versions of osx

libs/openFrameworksCompiled/project/osx/config.osx.default.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ ifndef MAC_OS_C_VER
8282
endif
8383

8484
ifndef MAC_OS_CPP_VER
85-
MAC_OS_CPP_VER = -std=c++23
85+
MAC_OS_CPP_VER = -std=c++20
8686
endif
8787

8888
# Link against libstdc++ to silence tr1/memory errors on latest versions of osx

scripts/templates/macos/config.make

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,5 +142,5 @@
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

scripts/templates/osx/config.make

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,5 +142,5 @@
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

0 commit comments

Comments
 (0)