Skip to content

Commit

Permalink
Add support for apple silicon
Browse files Browse the repository at this point in the history
  • Loading branch information
Noisyfox committed Jun 1, 2021
1 parent 3ebc36f commit bdb2303
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions natj-mac/natj.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1177,6 +1177,7 @@
developmentRegion = English;
hasScannedForEncodings = 0;
knownRegions = (
English,
en,
);
mainGroup = 23E37DAA17CE759700844AD6;
Expand Down Expand Up @@ -1449,7 +1450,6 @@
);
SDKROOT = macosx;
SYMROOT = build/xcode;
VALID_ARCHS = x86_64;
WARNING_CFLAGS = (
"-Wformat",
"-Wformat-security",
Expand Down Expand Up @@ -1489,7 +1489,6 @@
);
SDKROOT = macosx;
SYMROOT = build/xcode;
VALID_ARCHS = x86_64;
WARNING_CFLAGS = (
"-Wformat",
"-Wformat-security",
Expand Down

0 comments on commit bdb2303

Please sign in to comment.