scripts: waifulib: add special_install_path for platform-specific executable formats that create post link stage (was nro_install_path)

This commit is contained in:
Alibek Omarov
2025-01-31 10:25:02 +03:00
parent c7e8ea2ffa
commit a0eec8b85d
3 changed files with 8 additions and 3 deletions

View File

@@ -212,7 +212,7 @@ def build(bld):
use = libs,
defines = defines,
install_path = install_path,
nro_install_path = bld.env.BINDIR,
special_install_path = bld.env.BINDIR,
nacp = 'platform/nswitch/xash3d-fwgs.nacp',
icon = 'platform/nswitch/icon.jpg',
sce_sys = 'platform/psvita/sce_sys',