Skip to content

Commit

Permalink
fix not finding the Premake executable (#10250)
Browse files Browse the repository at this point in the history
Co-authored-by: James <james@conan.io>
  • Loading branch information
Enhex and memsharded committed Feb 28, 2022
1 parent e661eda commit 280c772
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions conans/test/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,13 @@
"system": {"path": {'Windows': 'C:/bazel/bin',
"Darwin": '/Users/jenkins/bin'}},
},
'premake': {
"exe": "premake5",
"default": "5.0.0",
"5.0.0": {
"path": {'Linux': '/usr/local/bin/premake5'}
}
},
'premake': {},
'apt_get': { "exe": "apt-get"},
'brew': {},
Expand Down

0 comments on commit 280c772

Please sign in to comment.