commit | 9176fc1466c8a896ab57b054bd426e63770e2cfa | [log] [tgz] |
---|---|---|
author | Martin v. Löwis <martin@v.loewis.de> | Tue Apr 11 11:12:43 2006 +0000 |
committer | Martin v. Löwis <martin@v.loewis.de> | Tue Apr 11 11:12:43 2006 +0000 |
tree | 2d61af33f7b17bd2fee80c986f11653d5efc0574 | |
parent | 2845750c5bfcf8b7a71e11d97b469fee19a290c6 [diff] [blame] |
Patch #1464444: Add --with-system-ffi.
diff --git a/README b/README index beaefca..26e0ec0 100644 --- a/README +++ b/README
@@ -1068,6 +1068,9 @@ --with-tsc: Profile using the Pentium timestamping counter (TSC). +--with-system-ffi: Build the _ctypes extension module using an ffi + library installed on the system. + Building for multiple architectures (using the VPATH feature) -------------------------------------------------------------