Author: Armin Rigo <[email protected]>
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
 
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to