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.NANOGL = conf.options.NANOGL
conf.env.GLWES = conf.options.GLWES conf.env.GLWES = conf.options.GLWES
conf.env.GL = conf.options.GL
if conf.env.NANOGL: if conf.env.NANOGL:
conf.add_subproject('nanogl') conf.add_subproject('nanogl')