aboutsummaryrefslogtreecommitdiff
path: root/opencl-1.2-stubs/SConscript
diff options
context:
space:
mode:
Diffstat (limited to 'opencl-1.2-stubs/SConscript')
-rw-r--r--opencl-1.2-stubs/SConscript2
1 files changed, 0 insertions, 2 deletions
diff --git a/opencl-1.2-stubs/SConscript b/opencl-1.2-stubs/SConscript
index dab2e2e7f7..da37282fe8 100644
--- a/opencl-1.2-stubs/SConscript
+++ b/opencl-1.2-stubs/SConscript
@@ -3,5 +3,3 @@ Import("env")
opencl = env.SharedLibrary("OpenCL", "opencl_stubs.c")
alias = Alias("opencl", opencl)
Default(alias)
-
-Export("opencl")