commit | d02ba45edc1f89211a6fd21d36a73b709cb8c98d | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Wed Jul 31 17:36:01 1996 +0000 |
committer | Guido van Rossum <guido@python.org> | Wed Jul 31 17:36:01 1996 +0000 |
tree | 6f16627e5b84f11c70cb95adb82766f68ddb001f | |
parent | 93ee6e0b632fb10c435b692c242ee265cf64867f [diff] [blame] |
Added doc para for --with-libs
diff --git a/README b/README index 01f01be..bf1f9ac 100644 --- a/README +++ b/README
@@ -311,6 +311,9 @@ 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) -------------------------------------------------------------