diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2006-04-11 11:12:43 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2006-04-11 11:12:43 (GMT) |
commit | 9176fc1466c8a896ab57b054bd426e63770e2cfa (patch) | |
tree | 2d61af33f7b17bd2fee80c986f11653d5efc0574 /README | |
parent | 2845750c5bfcf8b7a71e11d97b469fee19a290c6 (diff) | |
download | cpython-9176fc1466c8a896ab57b054bd426e63770e2cfa.zip cpython-9176fc1466c8a896ab57b054bd426e63770e2cfa.tar.gz cpython-9176fc1466c8a896ab57b054bd426e63770e2cfa.tar.bz2 |
Patch #1464444: Add --with-system-ffi.
Diffstat (limited to 'README')
-rw-r--r-- | README | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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) ------------------------------------------------------------- |