Created
February 22, 2015 00:38
-
-
Save laCour/da16d4862d494c2af0f3 to your computer and use it in GitHub Desktop.
armory-git-20150221
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 | |
-PYTHON_INCLUDES=$(shell $(PYVER)-config --includes ) | |
-endif | |
+PYTHON_INCLUDES=$(shell python2.7-config --includes ) | |
CPPFLAGS += $(ARMORY_CPPFLAGS) -Icryptopp -Imdb -DUSE_CRYPTOPP -D__STDC_LIMIT_MACROS | |
LDLIBS += -lpthread -Lmdb |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment