Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 466382
Collapse All | Expand All

(-)src/utils/SConscript (+2 lines)
Lines 1-6 Link Here
1
import glob                                                                                   
1
import glob                                                                                   
2
source_list = glob.glob('*.cpp')
2
source_list = glob.glob('*.cpp')
3
source_list.remove('unzip.cpp')
4
source_list.remove('ioapi.cpp')
3
5
4
for x in range(len(source_list)):
6
for x in range(len(source_list)):
5
   source_list[x] = 'utils/' + source_list[x]
7
   source_list[x] = 'utils/' + source_list[x]

Return to bug 466382