scripts: waifulib: xshlib: prepend xshlib so it's always first
This commit is contained in:
parent
48a9f17222
commit
8162c6d42f
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ def apply_static(main, *reloc):
|
||||||
for k in ('cshlib', 'cxxshlib'):
|
for k in ('cshlib', 'cxxshlib'):
|
||||||
if k in self.features:
|
if k in self.features:
|
||||||
self.features.remove(k)
|
self.features.remove(k)
|
||||||
self.features.append('xshlib')
|
self.features.insert(0, 'xshlib')
|
||||||
in_node = self.path.get_src().make_node('exports.txt')
|
in_node = self.path.get_src().make_node('exports.txt')
|
||||||
bldnode = self.path.get_bld()
|
bldnode = self.path.get_bld()
|
||||||
bldnode.mkdir()
|
bldnode.mkdir()
|
||||||
|
|
Loading…
Add table
Reference in a new issue