From 0e60308e51dbb9f285737c3375dfd24260babb06 Mon Sep 17 00:00:00 2001 From: Robert Managan Date: Sat, 29 Jun 2013 22:58:37 -0700 Subject: Fix description of symlinks made when creating a shared library --- src/engine/SCons/Tool/__init__.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/engine/SCons/Tool/__init__.xml b/src/engine/SCons/Tool/__init__.xml index 18bfd3e..de4f59b 100644 --- a/src/engine/SCons/Tool/__init__.xml +++ b/src/engine/SCons/Tool/__init__.xml @@ -197,7 +197,7 @@ alpha, beta, or release candidate patch levels. This builder may create multiple links to the library. On a POSIX system, for the shared library libbar.so.2.3.1, the links created would be -libbar.so, libbar.so.2, and libbar.so.2.3; on a Darwin (OSX) system +libbar.so and libbar.so.2; on a Darwin (OSX) system the library would be libbar.2.3.1.dylib and the link would be libbar.dylib. -- cgit v0.12