Skip to content
This repository has been archived by the owner on Jul 16, 2020. It is now read-only.

Commit

Permalink
Merge pull request #1 from ericLemanissier/patch-1
Browse files Browse the repository at this point in the history
fix build with with_mount=False
  • Loading branch information
SSE4 committed Feb 14, 2019
2 parents d1791a4 + c144f85 commit 10f2ac3
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 @@ -92,7 +92,7 @@ def _configure_meson(self):
return meson

def build(self):
if self.settings.os == "Linux":
if self.settings.os == "Linux" and self.options.with_mount:
shutil.move("libmount.pc", "mount.pc")
if self.options.with_pcre:
shutil.move("pcre.pc", "libpcre.pc")
Expand Down

0 comments on commit 10f2ac3

Please sign in to comment.