1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-15 00:24:19 +00:00

Introjucer: avoided creating iOS assets for a static lib project.

This commit is contained in:
jules 2014-10-08 20:24:32 +01:00
parent b0cbaea4f5
commit d88a49d9ae

View file

@ -304,7 +304,8 @@ private:
if (iOS)
{
createiOSAssetsFolder();
if (! projectType.isStaticLibrary())
createiOSAssetsFolder();
}
else
{