summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2006-04-11 11:12:43 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2006-04-11 11:12:43 (GMT)
commit9176fc1466c8a896ab57b054bd426e63770e2cfa (patch)
tree2d61af33f7b17bd2fee80c986f11653d5efc0574 /README
parent2845750c5bfcf8b7a71e11d97b469fee19a290c6 (diff)
downloadcpython-9176fc1466c8a896ab57b054bd426e63770e2cfa.zip
cpython-9176fc1466c8a896ab57b054bd426e63770e2cfa.tar.gz
cpython-9176fc1466c8a896ab57b054bd426e63770e2cfa.tar.bz2
Patch #1464444: Add --with-system-ffi.
Diffstat (limited to 'README')
-rw-r--r--README3
1 files changed, 3 insertions, 0 deletions
diff --git a/README b/README
index beaefca..26e0ec0 100644
--- a/README
+++ b/README
@@ -1068,6 +1068,9 @@ Modules/getpath.o.
--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)
-------------------------------------------------------------