mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-05 03:24:56 +08:00
filesystem: wscript: do not link library_suffix on PSVita
This commit is contained in:
@@ -33,11 +33,11 @@ def configure(conf):
|
||||
def build(bld):
|
||||
bld(name = 'filesystem_includes', export_includes = '.')
|
||||
|
||||
libs = [ 'filesystem_includes', 'sdk_includes', 'werror', 'library_suffix' ]
|
||||
libs = [ 'filesystem_includes', 'sdk_includes', 'werror' ]
|
||||
|
||||
# on PSVita do not link any libraries that are already in the main executable, but add the includes target
|
||||
if bld.env.DEST_OS != 'psvita':
|
||||
libs += [ 'public', 'ANDROID' ]
|
||||
libs += [ 'public', 'ANDROID', 'library_suffix' ]
|
||||
|
||||
bld.shlib(target = 'filesystem_stdio',
|
||||
features = 'seq',
|
||||
|
||||
Reference in New Issue
Block a user