diff options
author | Guido van Rossum <guido@python.org> | 1996-07-31 17:36:01 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1996-07-31 17:36:01 (GMT) |
commit | d02ba45edc1f89211a6fd21d36a73b709cb8c98d (patch) | |
tree | 6f16627e5b84f11c70cb95adb82766f68ddb001f /README | |
parent | 93ee6e0b632fb10c435b692c242ee265cf64867f (diff) | |
download | cpython-d02ba45edc1f89211a6fd21d36a73b709cb8c98d.zip cpython-d02ba45edc1f89211a6fd21d36a73b709cb8c98d.tar.gz cpython-d02ba45edc1f89211a6fd21d36a73b709cb8c98d.tar.bz2 |
Added doc para for --with-libs
Diffstat (limited to 'README')
-rw-r--r-- | README | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -311,6 +311,9 @@ all object files by running "make clean" before rebuilding. correctly setting the target architecture specific resource directory. +--with-libs='libs': Add 'libs' to the LIBS that the python + linked against. + Building for multiple architectures (using the VPATH feature) ------------------------------------------------------------- |