6 lines
103 B
Python
6 lines
103 B
Python
#!/usr/bin/env python
|
|
|
|
Import('env')
|
|
|
|
if 'RD_GLSL' in env['BUILDERS']:
|
|
env.RD_GLSL('canvas.glsl');
|