1
0
mirror of https://github.com/YGGverse/xash3d-fwgs.git synced 2025-03-13 06:21:08 +00:00

public: wscript: skip installation

This commit is contained in:
Alibek Omarov 2019-07-11 03:59:56 +03:00
parent 2d48e73f9d
commit 6f121b90c1

@ -26,6 +26,5 @@ def build(bld):
features = 'c',
includes = includes,
use = libs,
install_path = bld.env.LIBDIR,
subsystem = bld.env.MSVC_SUBSYSTEM
)