aboutsummaryrefslogtreecommitdiff
path: root/opengles-3.1-stubs
diff options
context:
space:
mode:
Diffstat (limited to 'opengles-3.1-stubs')
-rw-r--r--opengles-3.1-stubs/SConscript2
1 files changed, 0 insertions, 2 deletions
diff --git a/opengles-3.1-stubs/SConscript b/opengles-3.1-stubs/SConscript
index 5d4cb87811..c43c6c4cae 100644
--- a/opengles-3.1-stubs/SConscript
+++ b/opengles-3.1-stubs/SConscript
@@ -3,9 +3,7 @@ Import("env")
egl = env.SharedLibrary("EGL", "EGL.c")
alias = Alias("egl", egl)
Default(alias)
-Export("egl")
glesv2 = env.SharedLibrary("GLESv2", "GLESv2.c")
alias = Alias("glesv2", glesv2)
Default(alias)
-Export("glesv2")