mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-11 23:54:18 +00:00
Projucer: Don't sort module libs list when adding to exporter
This commit is contained in:
parent
61637218a2
commit
e54208ecc8
1 changed files with 0 additions and 1 deletions
|
|
@ -241,7 +241,6 @@ static void parseAndAddLibs (StringArray& libList, const String& libs)
|
|||
{
|
||||
libList.addTokens (libs, ", ", {});
|
||||
libList.trim();
|
||||
libList.sort (false);
|
||||
libList.removeDuplicates (false);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue