[pypy-commit] creflect default: fix

arigo noreply at buildbot.pypy.org
Fri Dec 5 17:31:14 CET 2014


Author: Armin Rigo <arigo at tunes.org>
Branch: 
Changeset: r171:60242be937cb
Date: 2014-12-05 17:31 +0100
http://bitbucket.org/cffi/creflect/changeset/60242be937cb/

Log:	fix

diff --git a/demo/Makefile b/demo/Makefile
--- a/demo/Makefile
+++ b/demo/Makefile
@@ -5,6 +5,9 @@
 %-creflect.c: %.crx
 	PYTHONPATH=.. ../bin/creflect $*.crx $*-creflect.c
 
+libgmp-creflect.so: gmp-creflect.c
+	gcc -g -shared -fPIC gmp-creflect.c -o libgmp-creflect.so -lgmp -I../creflect
+
 lib%-creflect.so: %-creflect.c
 	gcc -g -shared -fPIC $*-creflect.c -o lib$*-creflect.so -I../creflect
 


More information about the pypy-commit mailing list