| Index: third_party/swig/README.chromium
|
| diff --git a/third_party/swig/README.chromium b/third_party/swig/README.chromium
|
| index 49754fa6bf512389d885d1a12ea98642ee05b925..d82b7de8305920ca2f698a1f8eeb075ac1445072 100644
|
| --- a/third_party/swig/README.chromium
|
| +++ b/third_party/swig/README.chromium
|
| @@ -15,6 +15,8 @@ languages need to access the underlying C/C++ code.
|
| Local Modifications:
|
| - Removed all non-python bindings from Lib/.
|
| - Edit Lib/python/pyruntime.swg to include Python.h without the _DEBUG macro to
|
| -avoid requiring python<ver>_d.lib since we do not intend to debug python. Also
|
| -disable a MSVC warning about mixing headers with and without _DEBUG.
|
| -
|
| + avoid requiring python<ver>_d.lib since we do not intend to debug python. Also
|
| + disable a MSVC warning about mixing headers with and without _DEBUG.
|
| +- Edit Lib/python/pyruntime.swg to include <Python/Python.h> rather than
|
| + <Python.h> on the Mac.
|
| + http://crbug.com/305277 https://sourceforge.net/p/swig/bugs/1346/
|
|
|