2
0
mirror of https://github.com/FWGS/xash3d-fwgs synced 2024-11-22 01:45:19 +01:00

ref: gl: move vgl_shim to ref/gl

This commit is contained in:
fgsfds 2023-02-26 20:29:34 +01:00 committed by Alibek Omarov
parent 458aa6d8b8
commit 2bacc91922
6 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ SUBDIRS = [
Subproject('utils/run-fuzzer', lambda x: x.env.ENABLE_FUZZER),
# enabled on PSVita only
Subproject('utils/vgl_shim', lambda x: x.env.DEST_OS == 'psvita'),
Subproject('ref/gl/vgl_shim', lambda x: x.env.DEST_OS == 'psvita'),
]
def options(opt):