Skip to content

Commit

Permalink
Build fix
Browse files Browse the repository at this point in the history
Now requires a minimum of C++11: Use of undeclared identifier 'nullptr'
  • Loading branch information
clobber committed Jun 21, 2023
1 parent ee3ffee commit 7e9cde3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions FCEU.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1600,6 +1600,7 @@
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_CXX_LANGUAGE_STANDARD = "c++0x";
CLANG_ENABLE_MODULES = YES;
CLANG_ENABLE_OBJC_ARC = YES;
CLANG_WARN_BOOL_CONVERSION = YES;
Expand Down Expand Up @@ -1635,6 +1636,7 @@
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_CXX_LANGUAGE_STANDARD = "c++0x";
CLANG_ENABLE_MODULES = YES;
CLANG_ENABLE_OBJC_ARC = YES;
CLANG_WARN_BOOL_CONVERSION = YES;
Expand Down

0 comments on commit 7e9cde3

Please sign in to comment.