client: add touch editor

This commit is contained in:
nillerusr
2022-01-09 19:58:08 +03:00
parent 05ab85e853
commit 1d8149a3b3
4 changed files with 330 additions and 48 deletions

View File

@@ -57,7 +57,7 @@ def build(bld):
install_path = bld.env.PREFIX
if bld.env.DEST_OS != 'android':
install_path += '/hl2/bin'
install_path += '/'+bld.env.GAMES+'/bin'
source = game["sources"]
includes += game["includes"]