aboutsummaryrefslogtreecommitdiff
path: root/tests/SConscript
diff options
context:
space:
mode:
Diffstat (limited to 'tests/SConscript')
-rw-r--r--tests/SConscript2
1 files changed, 1 insertions, 1 deletions
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']: