Skip to content

Commit

Permalink
Don’t only build active architecture
Browse files Browse the repository at this point in the history
  • Loading branch information
jurvis committed May 3, 2022
1 parent fc34ea4 commit cb2cdf4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions LibWally.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -348,6 +348,7 @@
DEVELOPMENT_TEAM = "";
GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
GCC_OPTIMIZATION_LEVEL = 0;
ONLY_ACTIVE_ARCH = NO;
OTHER_CFLAGS = "";
OTHER_LDFLAGS = "";
PRODUCT_NAME = "$(TARGET_NAME)";
Expand Down Expand Up @@ -522,6 +523,7 @@
);
MARKETING_VERSION = 0.0.6;
MODULEMAP_FILE = "$(SRCROOT)/LibWally/LibWally.modulemap";
ONLY_ACTIVE_ARCH = NO;
PRODUCT_BUNDLE_IDENTIFIER = nl.sprovoost.LibWally;
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down

0 comments on commit cb2cdf4

Please sign in to comment.