Skip to content

Commit c2007a8

Browse files
authored
revert c++20 in make osx (#7420)
1 parent b734917 commit c2007a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ ifndef MAC_OS_STD_LIB
7878
endif
7979

8080
ifndef MAC_OS_CPP_VER
81-
MAC_OS_CPP_VER = -std=c++20
81+
MAC_OS_CPP_VER = -std=c++17
8282
endif
8383

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

0 commit comments

Comments
 (0)