mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-20 11:05:54 +00:00
Fix VSProject generator item sort
This commit is contained in:
@@ -586,7 +586,7 @@ class _ProjectGenerator(object):
|
|||||||
targets = config.target
|
targets = config.target
|
||||||
for target in targets:
|
for target in targets:
|
||||||
_walk(target, items)
|
_walk(target, items)
|
||||||
self.items = sorted(items.itervalues(), key=lambda x: x.path)
|
self.items = sorted(items.itervalues(), key=lambda x: x.path())
|
||||||
|
|
||||||
def makeListTag(self, items, tag, prefix='', inherit=True):
|
def makeListTag(self, items, tag, prefix='', inherit=True):
|
||||||
'''Builds an XML tag string from a list of items. If items is
|
'''Builds an XML tag string from a list of items. If items is
|
||||||
|
|||||||
Reference in New Issue
Block a user