Skip to content

Commit 8dbd283

Browse files
author
Bogdan Marinescu
committed
Propagated 'jobs' argument to build_project'
1 parent 16b9ae0 commit 8dbd283

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

workspace_tools/make.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@
168168
test.dependencies, options.options,
169169
linker_script=options.linker_script,
170170
clean=options.clean, verbose=options.verbose,
171-
macros=options.macros)
171+
macros=options.macros, jobs=options.jobs)
172172
print 'Image: %s' % bin
173173

174174
if options.disk:

0 commit comments

Comments
 (0)