mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-05 03:24:56 +08:00
scripts: waifulib: xshlib: prepend xshlib so it's always first
This commit is contained in:
@@ -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()
|
||||||
|
|||||||
Reference in New Issue
Block a user