I'm an idiot

This commit is contained in:
PoroCYon 2019-05-17 21:23:45 +02:00
parent d1abb38486
commit 8823e8b46d
1 changed files with 2 additions and 0 deletions

View File

@ -86,6 +86,8 @@ def get_cc_paths(cc_bin):
outputpairs = list(map(format_cc_path_line,
output.decode('utf-8').splitlines()))
paths = {}
for category, path in outputpairs: paths[category] = path
if 'libraries' not in paths: # probably localized... sigh