1
0
Fork 0
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:
jules 2016-04-08 15:20:24 +01:00
parent 15f47892d3
commit 5049babe51

View file

@ -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)