Skip to content

Commit

Permalink
Use new EXCLUDED_ARCHS build setting instead of VALID_ARCHS.
Browse files Browse the repository at this point in the history
  • Loading branch information
MaddTheSane committed Jan 15, 2021
1 parent 24db358 commit 2f1cae6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Mednafen.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -4884,6 +4884,7 @@
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
ENABLE_STRICT_OBJC_MSGSEND = YES;
ENABLE_TESTABILITY = NO;
EXCLUDED_ARCHS = arm64;
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_INCREASE_PRECOMPILED_HEADER_SHARING = YES;
GCC_OPTIMIZATION_LEVEL = 1;
Expand All @@ -4907,7 +4908,6 @@
"-disable-lsr",
);
SDKROOT = macosx;
VALID_ARCHS = x86_64;
};
name = Debug;
};
Expand All @@ -4930,6 +4930,7 @@
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
ENABLE_STRICT_OBJC_MSGSEND = YES;
ENABLE_TESTABILITY = NO;
EXCLUDED_ARCHS = arm64;
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_INCREASE_PRECOMPILED_HEADER_SHARING = YES;
GCC_OPTIMIZATION_LEVEL = 3;
Expand All @@ -4950,7 +4951,6 @@
"-disable-lsr",
);
SDKROOT = macosx;
VALID_ARCHS = x86_64;
};
name = Release;
};
Expand Down

0 comments on commit 2f1cae6

Please sign in to comment.