Skip to content

Commit

Permalink
Update build.py with scratch submodule update
Browse files Browse the repository at this point in the history
  • Loading branch information
tcorbly authored Oct 21, 2024
1 parent 6abed8a commit 5e21841
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions dependencies/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,13 @@ def is_tool(name):

print('Building kipr-scratch...')
kipr_scratch_path = working_dir / 'kipr-scratch'

subprocess.run(
[ git, submodule, update, --init ],
cwd = kipr_scratch_path / 'libwallaby',
check = True
)

subprocess.run(
[ python, kipr_scratch_path / 'build.py' ],
cwd = kipr_scratch_path,
Expand Down

0 comments on commit 5e21841

Please sign in to comment.