Skip to content

Commit

Permalink
fixup! Add a support to compile libzim for wasm.
Browse files Browse the repository at this point in the history
  • Loading branch information
mgautierfr committed Nov 15, 2022
1 parent b1871d2 commit 0a830db
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions kiwixbuild/dependencies/libzim.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@ class Source(GitClone):
git_remote = "https://github.com/openzim/libzim.git"
git_dir = "libzim"

@property
def git_ref(self):
return "wasm"

class Builder(MesonBuilder):
test_option = "-t 8"
strip_option = ''
Expand Down

0 comments on commit 0a830db

Please sign in to comment.