Skip to content

Commit

Permalink
Include libmicrohttpd patches on Flathub compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
kelson42 committed Dec 19, 2024
1 parent d92ac51 commit 525e4ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -595,7 +595,7 @@ def call(command, cwd=None):
call(command)
shutil.copy(str(BASE_DIR / "org.kiwix.desktop.json"), str(git_repo_dir))
patch_dir = KBUILD_SOURCE_DIR / "kiwixbuild" / "patches"
for dep in ["pugixml"]:
for dep in ["pugixml", "libmicrohttpd"]:
for f in patch_dir.glob("{}_*.patch".format(dep)):
shutil.copy(str(f), str(git_repo_dir / "patches"))
command = ["git", "add", "-A", "."]
Expand Down

0 comments on commit 525e4ac

Please sign in to comment.