summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rwxr-xr-xsrc/gen_dispatch.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gen_dispatch.py b/src/gen_dispatch.py
index 71c3bc1..013a4bd 100755
--- a/src/gen_dispatch.py
+++ b/src/gen_dispatch.py
@@ -375,6 +375,8 @@ class Generator(object):
human_name = 'WGL {0}'.format(version)
condition = 'true'
loader = 'epoxy_gl_dlsym({0})'
+ elif api == 'glsc2':
+ continue
else:
sys.exit('unknown API: "{0}"'.format(api))