]> granicus.if.org Git - python/commitdiff
Added doc para for --with-libs
authorGuido van Rossum <guido@python.org>
Wed, 31 Jul 1996 17:36:01 +0000 (17:36 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 31 Jul 1996 17:36:01 +0000 (17:36 +0000)
README

diff --git a/README b/README
index 01f01bec11f46c12e895ee85f91e01f695f9f54b..bf1f9ac6fcbeef02223f4bf7c2e0302b1c58ca37 100644 (file)
--- a/README
+++ b/README
@@ -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)
 -------------------------------------------------------------