|
@@ -523,7 +523,8 @@ def generatePlatformList(conf, ctx):
|
|
|
for platform in conf["platforms"]:
|
|
|
if platformSubseteqTest(ctx["platform"], platform):
|
|
|
add.append(platform)
|
|
|
- add.sort(platformCompare)
|
|
|
+ #add.sort(platformCompare)
|
|
|
+ add.sort()
|
|
|
return add
|
|
|
|
|
|
def generateConfiguration(ctx, includes, platform):
|