mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Projucer: Fixed a typo that prevented the OSXLibs setting working
This commit is contained in:
parent
15f47892d3
commit
5049babe51
1 changed files with 1 additions and 1 deletions
|
|
@ -1074,7 +1074,7 @@ public:
|
|||
flags.add (owner.replacePreprocessorTokens (config, owner.getExtraLinkerFlagsString()));
|
||||
flags.add (owner.getExternalLibraryFlags (config));
|
||||
|
||||
StringArray libs (xcodeLibs);
|
||||
StringArray libs (owner.xcodeLibs);
|
||||
libs.addArray (xcodeLibs);
|
||||
|
||||
for (int i = 0; i < libs.size(); ++i)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue