summaryrefslogtreecommitdiff
path: root/modules/glslang/config.py
diff options
context:
space:
mode:
Diffstat (limited to 'modules/glslang/config.py')
-rw-r--r--modules/glslang/config.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/modules/glslang/config.py b/modules/glslang/config.py
new file mode 100644
index 0000000000..1c8cd12a2d
--- /dev/null
+++ b/modules/glslang/config.py
@@ -0,0 +1,5 @@
+def can_build(env, platform):
+ return True
+
+def configure(env):
+ pass