Skip to content

Instantly share code, notes, and snippets.

@laCour
Created February 22, 2015 00:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save laCour/da16d4862d494c2af0f3 to your computer and use it in GitHub Desktop.
Save laCour/da16d4862d494c2af0f3 to your computer and use it in GitHub Desktop.
armory-git-20150221
--- 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