Skip to content

Commit

Permalink
Don't install the library when creating an iOS app archive
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Oct 20, 2012
1 parent 7ee3e1d commit e775ce3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Xcode-iOS/SDL_mixer.xcodeproj/project.pbxproj
Expand Up @@ -408,6 +408,7 @@
LIBRARY_STYLE = STATIC;
OTHER_CFLAGS = "";
PRODUCT_NAME = SDL2_mixer;
SKIP_INSTALL = YES;
};
name = Release;
};
Expand All @@ -419,6 +420,7 @@
LIBRARY_STYLE = STATIC;
OTHER_CFLAGS = "";
PRODUCT_NAME = SDL2_mixer;
SKIP_INSTALL = YES;
};
name = Debug;
};
Expand Down

0 comments on commit e775ce3

Please sign in to comment.