mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-05 03:24:56 +08:00
engine: wscript: disable default install for Emscripten, we need to rename main program into index.html and also install additional outputs
This commit is contained in:
@@ -220,7 +220,7 @@ def build(bld):
|
||||
f = bld.shlib
|
||||
install_path = bld.env.LIBDIR
|
||||
|
||||
if bld.env.DEST_OS in ['nswitch', 'psvita']:
|
||||
if bld.env.DEST_OS in ['nswitch', 'psvita', 'emscripten']:
|
||||
install_path = None
|
||||
|
||||
f(source = source,
|
||||
|
||||
Reference in New Issue
Block a user