Skip to content

Commit

Permalink
for avoid errors in Xcode12.2, the target arm64 was excluded
Browse files Browse the repository at this point in the history
  • Loading branch information
kanjitalk755 committed Nov 23, 2020
1 parent 6f6e9b8 commit b672573
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions BasiliskII/src/MacOSX/BasiliskII.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1119,7 +1119,7 @@
PRODUCT_BUNDLE_IDENTIFIER = net.cebix.basilisk;
PRODUCT_NAME = "$(TARGET_NAME)";
USE_HEADERMAP = YES;
VALID_ARCHS = "x86_64 arm64";
VALID_ARCHS = x86_64;
WARNING_CFLAGS = "";
};
name = Debug;
Expand Down Expand Up @@ -1183,7 +1183,7 @@
PRODUCT_BUNDLE_IDENTIFIER = net.cebix.basilisk;
PRODUCT_NAME = "$(TARGET_NAME)";
USE_HEADERMAP = YES;
VALID_ARCHS = "x86_64 arm64";
VALID_ARCHS = x86_64;
WARNING_CFLAGS = "";
};
name = Release;
Expand Down

0 comments on commit b672573

Please sign in to comment.