From e59e1fc50f29ce29598d2c2505421a5bd9451167 Mon Sep 17 00:00:00 2001 From: Dane Springmeyer Date: Sun, 13 Nov 2011 19:12:39 -0800 Subject: [PATCH] scons: ensure sorting of libs/includes is the same --- SConstruct | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SConstruct b/SConstruct index 902561f41..2490541a0 100644 --- a/SConstruct +++ b/SConstruct @@ -231,7 +231,7 @@ def sort_paths(items,priority): else: path_types['user'].append(i) # key system libs (likely others will fall into 'other') - elif '/usr/' in i or '/System' in i or '/lib' in i: + elif '/usr/' in i or '/System' in i or i.startswith('/lib'): path_types['system'].append(i) # anything not yet matched... # likely a combo of rare system lib paths and