Skip to content

Commit

Permalink
(#9094) msys2: set tools.microsoft.bash
Browse files Browse the repository at this point in the history
  • Loading branch information
ericLemanissier authored Feb 3, 2022
1 parent 980b11e commit 64c0efe
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions recipes/msys2/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -179,3 +179,6 @@ def package_info(self):

self.output.info("Appending PATH env var with : " + msys_bin)
self.env_info.path.append(msys_bin)

self.conf_info["tools.microsoft.bash:subsystem"] = "msys2"
self.conf_info["tools.microsoft.bash:path"] = os.path.join(msys_bin, "bash.exe")

0 comments on commit 64c0efe

Please sign in to comment.