Skip to content

Instantly share code, notes, and snippets.

View laCour's full-sized avatar
🎯
Focusing

Jonathan la Cour laCour

🎯
Focusing
View GitHub Profile
@laCour
laCour / makefile-01.patch
Created February 22, 2015 00:38
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