From 421405b6a21b124288a750e2da26dc01eb7391cb Mon Sep 17 00:00:00 2001 From: Georgios Pinitas Date: Fri, 26 Oct 2018 19:05:32 +0100 Subject: COMPMID-1675: Add SVE support Change-Id: I86679adff556b6ffc9929b35cbf1b59b3958bdb1 --- tests/SConscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/SConscript') diff --git a/tests/SConscript b/tests/SConscript index ac826f848d..24714efa74 100644 --- a/tests/SConscript +++ b/tests/SConscript @@ -124,7 +124,7 @@ if env['gles_compute']: if env['os'] == 'android': test_env.Append(LIBS = ["log"]) -else: +elif env['os'] != 'bare_metal': test_env.Append(LIBS = ["rt"]) if test_env['benchmark_tests']: -- cgit v1.2.1