Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Matthias Mayr
limbo
Commits
6383d17f
Commit
6383d17f
authored
Jun 02, 2017
by
Konstantinos Chatzilygeroudis
Browse files
Minor fix for wscript
parent
43854c5b
Changes
1
Hide whitespace changes
Inline
Side-by-side
wscript
View file @
6383d17f
...
...
@@ -157,7 +157,7 @@ def build(bld):
bld
.
recurse
(
'src/'
)
if
bld
.
options
.
exp
:
for
i
in
bld
.
options
.
exp
.
split
(
','
):
Logs
.
pprint
(
'NORMAL'
,
'Building exp: %
d
'
%
i
)
Logs
.
pprint
(
'NORMAL'
,
'Building exp: %
s
'
%
i
)
bld
.
recurse
(
'exp/'
+
i
)
limbo
.
output_params
(
'exp/'
+
i
)
bld
.
add_post_fun
(
limbo
.
summary
)
...
...
Write
Preview
Supports
Markdown
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