summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--DEPS2
-rw-r--r--third_party/swig/README.chromium8
2 files changed, 6 insertions, 4 deletions
diff --git a/DEPS b/DEPS
index da79808..cd262df 100644
--- a/DEPS
+++ b/DEPS
@@ -12,7 +12,7 @@ vars = {
"chromium_git": "https://chromium.googlesource.com",
"chromiumos_git": "https://chromium.googlesource.com/chromiumos",
"skia_git": "https://skia.googlesource.com",
- "swig_revision": "69281",
+ "swig_revision": "230490",
"nacl_revision": "12284",
# After changing nacl_revision, run 'glient sync' and check native_client/DEPS
# to update other nacl_*_revision's.
diff --git a/third_party/swig/README.chromium b/third_party/swig/README.chromium
index 49754fa..d82b7de 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/