Skip to content

Commit

Permalink
Removed dynamic library settings from static library target
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Oct 13, 2017
1 parent ef3db83 commit 31ee90d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Xcode-iOS/SDL_mixer.xcodeproj/project.pbxproj
Expand Up @@ -709,8 +709,6 @@
00B7E490097EC6B300826121 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1.1.0;
IPHONEOS_DEPLOYMENT_TARGET = 5.1;
LIBRARY_STYLE = STATIC;
OTHER_CFLAGS = "";
Expand All @@ -722,8 +720,6 @@
00B7E491097EC6B300826121 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1.1.0;
IPHONEOS_DEPLOYMENT_TARGET = 5.1;
LIBRARY_STYLE = STATIC;
OTHER_CFLAGS = "";
Expand Down

0 comments on commit 31ee90d

Please sign in to comment.