This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- cppForSwig/Makefile 2015-02-21 17:03:39.480800425 -0700 | |
+++ cppForSwig/Makefilex 2015-02-21 17:04:25.097329717 -0700 | |
@@ -33,12 +33,7 @@ | |
libcryptopp.a mdb.o midl.o txio.o | |
#if python is specified, use it | |
-ifndef PYVER | |
-PYVER=python | |
-PYTHON_INCLUDES=$(shell python-config --includes ) | |
-else |