mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 03:53:32 +01:00
build.py: Fix missing global declaration
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
39ec72e0d4
commit
50f50e563d
1 changed files with 3 additions and 2 deletions
|
|
@ -95,6 +95,7 @@ def calculate_order(order, modules, prereq_type):
|
|||
return 1
|
||||
|
||||
def run_make(module, target):
|
||||
global cur_project
|
||||
cur_project=cur_project+1
|
||||
make_cmd = "make " + target + " 2>&1"
|
||||
path = find_proj_path(module)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue