Skip to content

Commit

Permalink
Disable wvWare on Macos
Browse files Browse the repository at this point in the history
  • Loading branch information
ViliusSutkus89 committed Aug 28, 2024
1 parent 961ccbb commit 80b356a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def config_options(self):
del self.options.fPIC

self.options.with_pdf2htmlEX = self.settings.os not in ["Windows", "Macos"]
self.options.with_wvWare = self.settings.os != "Windows"
self.options.with_wvWare = self.settings.os not in ["Windows", "Macos"]

def configure(self):
if self.options.shared:
Expand Down

0 comments on commit 80b356a

Please sign in to comment.