Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(57)

Unified Diff: third_party/swig/README.chromium

Issue 30113003: Update swig to work correctly with Mac OS X 10.9. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: with rev Created 7 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « DEPS ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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/
« no previous file with comments | « DEPS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698