Skip to content

Commit

Permalink
osx: libgme Xcode16.1 compile fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleksiy Yakovenko authored and Oleksiy Yakovenko committed Nov 11, 2024
1 parent 623a0ff commit 5e2979f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions osx/deadbeef.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -21387,7 +21387,7 @@
2D2A135C19B647CF00AD1EB7 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
CLANG_CXX_LANGUAGE_STANDARD = "gnu++98";
CLANG_CXX_LANGUAGE_STANDARD = "c++0x";
CLANG_CXX_LIBRARY = "libc++";
CLANG_ENABLE_MODULES = YES;
CLANG_WARN_COMMA = NO;
Expand Down Expand Up @@ -21424,7 +21424,7 @@
2D2A135D19B647CF00AD1EB7 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
CLANG_CXX_LANGUAGE_STANDARD = "gnu++98";
CLANG_CXX_LANGUAGE_STANDARD = "c++0x";
CLANG_CXX_LIBRARY = "libc++";
CLANG_ENABLE_MODULES = YES;
CLANG_WARN_COMMA = NO;
Expand Down

0 comments on commit 5e2979f

Please sign in to comment.