Browse Source

ref_gl: fix build

pull/2/head
Alibek Omarov 6 years ago
parent
commit
46378e3738
  1. 1
      ref_gl/wscript

1
ref_gl/wscript

@ -35,6 +35,7 @@ def configure(conf): @@ -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')

Loading…
Cancel
Save