Add Strawberry Perl to the path

This commit is contained in:
Jason Erickson 2020-10-28 13:15:23 -06:00
parent 34dd0bee4e
commit 8dd2705e80

View File

@ -50,6 +50,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'],
]