summarylogtreecommitdiffstats
path: root/makefile-01.patch
blob: 8c1e24070102877e92c1b281f7a3fdd8f9961e67 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
--- 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