From d9eb27597eabe5b7c17520f4f9b3f8a282d72573 Mon Sep 17 00:00:00 2001 From: Georgios Pinitas Date: Tue, 3 Apr 2018 13:44:29 +0100 Subject: COMPMID-797: Switch to new graph. - Cleaned up build system Change-Id: If2faa27ee5b31fa8b972836960ab3ef671059c8d Reviewed-on: https://eu-gerrit-1.euhpc.arm.com/126435 Tested-by: Jenkins Reviewed-by: Pablo Tello --- opencl-1.2-stubs/SConscript | 2 -- 1 file changed, 2 deletions(-) (limited to 'opencl-1.2-stubs') 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") -- cgit v1.2.1