Skip to content

Commit

Permalink
Merge pull request #538 from nrbrook/patch-1
Browse files Browse the repository at this point in the history
Add armv7s to static library
  • Loading branch information
rivera-ernesto committed Jun 23, 2015
2 parents 12171e3 + 2b8ab5f commit 2c5aebe
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Lumberjack.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1250,6 +1250,10 @@
18F3BFE91A81E06E00692297 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ARCHS = (
"$(ARCHS_STANDARD)",
armv7s,
);
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
CLANG_CXX_LIBRARY = "libc++";
GCC_PREPROCESSOR_DEFINITIONS = (
Expand All @@ -1267,6 +1271,10 @@
18F3BFEA1A81E06E00692297 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ARCHS = (
"$(ARCHS_STANDARD)",
armv7s,
);
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
CLANG_CXX_LIBRARY = "libc++";
ENABLE_NS_ASSERTIONS = NO;
Expand Down

0 comments on commit 2c5aebe

Please sign in to comment.