Ticket #34079: patch-setup.py
File patch-setup.py, 421 bytes (added by erik_nolte@…, 13 years ago) |
---|
Line | |
---|---|
1 | --- setup.py.orig 2012-04-16 11:24:15.000000000 -0600 |
2 | +++ setup.py 2012-04-16 11:24:37.000000000 -0600 |
3 | @@ -333,6 +333,8 @@ |
4 | ext_modules=[ |
5 | Extension('_yaml', ['ext/_yaml.pyx'], |
6 | 'libyaml', "LibYAML bindings", LIBYAML_CHECK, |
7 | + include_dirs=['__PREFIX__/include'], |
8 | + library_dirs=['__PREFIX__/lib'], |
9 | libraries=['yaml']), |
10 | ], |
11 |