mirror of
https://github.com/psycopg/psycopg2.git
synced 2024-11-10 19:16:34 +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 = [
|
||||
str(opt.py_dir),
|
||||
str(opt.py_dir / 'Scripts'),
|
||||
r'C:\Strawberry\Perl\bin',
|
||||
r'C:\Program Files\Git\mingw64\bin',
|
||||
os.environ['PATH'],
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue
Block a user