Add Strawberry Perl to the path

This commit is contained in:
Jason Erickson 2020-10-28 13:15:23 -06:00 committed by Daniele Varrazzo
parent ec39e1e406
commit 163dadb6c6

View File

@ -51,6 +51,7 @@ def setup_build_env():
path = [
str(opt.py_dir),
str(opt.py_dir / 'Scripts'),
r'C:\Strawberry\Perl\bin',
r'C:\Program Files\Git\mingw64\bin',
os.environ['PATH'],
]