mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-25 02:04:23 +00:00
Projucer: fixed bug where whitespace in the "additional frameworks" build setting would lead to frameworks not being addded.
This commit is contained in:
parent
caffbbaa6d
commit
68451eeeec
1 changed files with 1 additions and 0 deletions
|
|
@ -1949,6 +1949,7 @@ private:
|
|||
xcodeFrameworks.addIfNotAlreadyThere ("StoreKit");
|
||||
|
||||
xcodeFrameworks.addTokens (getExtraFrameworksString(), ",;", "\"'");
|
||||
xcodeFrameworks.trim();
|
||||
|
||||
StringArray s (xcodeFrameworks);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue