From e8a55dfb02f998ebdfe6ec2a06cd976206c0065f Mon Sep 17 00:00:00 2001 From: Anthony Barbier Date: Fri, 26 Oct 2018 09:05:01 +0100 Subject: COMPMID-1685: Allow build_dir to be an absolute path Change-Id: I875ffe0ccec3aa4f53bfb68d82e2a7292ab83358 Reviewed-on: https://eu-gerrit-1.euhpc.arm.com/155348 Reviewed-by: Georgios Pinitas Tested-by: bsgcomp --- tests/SConscript | 1 - 1 file changed, 1 deletion(-) (limited to 'tests/SConscript') diff --git a/tests/SConscript b/tests/SConscript index 1fed6ca0db..2e265a13ce 100644 --- a/tests/SConscript +++ b/tests/SConscript @@ -79,7 +79,6 @@ if env['internal_only']: test_env.Append(CPPPATH = ["#3rdparty/include"]) test_env.Append(LIBPATH = ["#3rdparty/%s/%s" % (env['os'], env['arch'])]) -test_env.Append(LIBPATH = ["#build/%s" % env['build_dir']]) common_files = Glob('*.cpp') common_objects = [test_env.StaticObject(f) for f in common_files] -- cgit v1.2.1