Skip to content

Commit

Permalink
try skipping make
Browse files Browse the repository at this point in the history
  • Loading branch information
adamlamar committed Dec 21, 2024
1 parent a34e9fd commit 8058bd8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions kiwixbuild/dependencies/kiwix_desktop.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ class Builder(QMakeBuilder):

@property
def make_targets(self):
if platform.system() == "Windows":
yield "release-all"
else:
yield from super().make_targets
#if platform.system() == "Windows":
# yield "release-all"
#else:
# yield from super().make_targets

@property
def make_install_targets(self):
Expand Down

0 comments on commit 8058bd8

Please sign in to comment.