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:
parent
b0cbaea4f5
commit
d88a49d9ae
1 changed files with 2 additions and 1 deletions
|
|
@ -304,7 +304,8 @@ private:
|
|||
|
||||
if (iOS)
|
||||
{
|
||||
createiOSAssetsFolder();
|
||||
if (! projectType.isStaticLibrary())
|
||||
createiOSAssetsFolder();
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue