Browse Source

Mise à jour de 'generate.py'

Jean-Michel Caricand 2 years ago
parent
commit
b451c42eb2
1 changed files with 2 additions and 1 deletions
  1. 2 1
      generate.py

+ 2 - 1
generate.py

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