mirror of
https://github.com/psycopg/psycopg2.git
synced 2025-07-29 17:39:49 +03:00
Add Strawberry Perl to the path
This commit is contained in:
parent
34dd0bee4e
commit
8dd2705e80
|
@ -50,6 +50,7 @@ def setup_build_env():
|
||||||
path = [
|
path = [
|
||||||
str(opt.py_dir),
|
str(opt.py_dir),
|
||||||
str(opt.py_dir / 'Scripts'),
|
str(opt.py_dir / 'Scripts'),
|
||||||
|
r'C:\Strawberry\Perl\bin',
|
||||||
r'C:\Program Files\Git\mingw64\bin',
|
r'C:\Program Files\Git\mingw64\bin',
|
||||||
os.environ['PATH'],
|
os.environ['PATH'],
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user