Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Docker-in-Docker (DinD) capabilities of public runners deactivated.
More info
Open sidebar
marty
marty-public
Commits
533edbbc
Commit
533edbbc
authored
May 03, 2021
by
Grégoire Uhlrich
Browse files
Restored nJobs in mty::Library::build()
parent
b819c670
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
marty/include/mtylibrary.h
marty/include/mtylibrary.h
+2
-2
No files found.
marty/include/mtylibrary.h
View file @
533edbbc
...
@@ -90,10 +90,10 @@ namespace mty {
...
@@ -90,10 +90,10 @@ namespace mty {
csl
::
LibraryGenerator
::
print
();
csl
::
LibraryGenerator
::
print
();
}
}
void
build
()
void
build
(
unsigned
int
nJobs
=
1
)
{
{
if
(
lhaEnabled
)
doImportLHAModule
();
if
(
lhaEnabled
)
doImportLHAModule
();
csl
::
LibraryGenerator
::
build
();
csl
::
LibraryGenerator
::
build
(
nJobs
);
}
}
private:
private:
...
...
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