2
0
mirror of https://github.com/FWGS/xash3d-fwgs synced 2024-12-24 01:35:24 +01:00

ref_gl: fix build

This commit is contained in:
Alibek Omarov 2019-04-11 01:41:52 +03:00
parent b2038e76d3
commit 46378e3738

View File

@ -35,6 +35,7 @@ def configure(conf):
conf.env.NANOGL = conf.options.NANOGL
conf.env.GLWES = conf.options.GLWES
conf.env.GL = conf.options.GL
if conf.env.NANOGL:
conf.add_subproject('nanogl')