Skip to content

Commit

Permalink
Pass patch_list to mpack constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
KangarooKoala committed Jul 15, 2024
1 parent 016ecaf commit 71b9f07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion upstream_utils/mpack.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def main():
"0004-Group-doxygen-into-MPack-module.patch",
]

mpack = Lib(name, url, tag, [], copy_upstream_src)
mpack = Lib(name, url, tag, patch_list, copy_upstream_src)
mpack.main()


Expand Down

0 comments on commit 71b9f07

Please sign in to comment.