Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PoroCYon
smol
Commits
429ba14e
Commit
429ba14e
authored
May 17, 2019
by
PoroCYon
Committed by
PoroCYon
May 18, 2019
Browse files
I'm an idiot
parent
a2e2e8f5
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/smolparse.py
View file @
429ba14e
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment