mirror of
https://github.com/psycopg/psycopg2.git
synced 2024-11-25 10:23:43 +03:00
Add Strawberry Perl to the path
This commit is contained in:
parent
ec39e1e406
commit
163dadb6c6
|
@ -51,6 +51,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