| Revision 49,
332 bytes
checked in by xi, 7 years ago
(diff) |
|
Fix segfault under Python2.3.
Support for complex numbers.
Add /usr/local to the search path.
|
| Line | |
|---|
| 1 | |
|---|
| 2 | # The INCLUDE and LIB directories to build the '_syck' extension. |
|---|
| 3 | # You may also set them using the options '-I' and '-L'. |
|---|
| 4 | [build_ext] |
|---|
| 5 | |
|---|
| 6 | # List of directories to search for 'syck.h' (separated by ':'). |
|---|
| 7 | include_dirs=/usr/local/include |
|---|
| 8 | |
|---|
| 9 | # List of directories to search for 'libsyck.a' (separated by ':'). |
|---|
| 10 | library_dirs=/usr/local/lib |
|---|
| 11 | |
|---|
Note: See
TracBrowser
for help on using the repository browser.