From e6032da37cb2a95bbcba27a68d3749814df510b4 Mon Sep 17 00:00:00 2001 From: Georgios Pinitas Date: Thu, 26 Oct 2017 14:13:35 +0100 Subject: COMPMID-556: Restrict standalone and opencl Change-Id: I86cd254f3dc52c0f36437e59dbb874daf52c6bb7 Reviewed-on: http://mpd-gerrit.cambridge.arm.com/93266 Reviewed-by: Ioan-Cristian Szabo Tested-by: Kaizen Reviewed-by: Pablo Tello --- SConstruct | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'SConstruct') diff --git a/SConstruct b/SConstruct index c2c76fbf99..627f7f2076 100644 --- a/SConstruct +++ b/SConstruct @@ -190,7 +190,7 @@ elif env['os'] == 'bare_metal': env.Append(CPPDEFINES = ['BARE_METAL']) if env['opencl']: - if env['os'] == 'bare_metal': + if env['os'] in ['bare_metal'] or env['standalone']: print("Cannot link OpenCL statically, which is required on bare metal") Exit(1) -- cgit v1.2.1