diff options
author | William Deegan <bill@baddogconsulting.com> | 2015-09-28 18:39:22 (GMT) |
---|---|---|
committer | William Deegan <bill@baddogconsulting.com> | 2015-09-28 18:39:22 (GMT) |
commit | 8474df368aeed8807eb4b9ca20041676f42e69c6 (patch) | |
tree | 3e0ee5691bba5b7a1412af4fb141e18efcab55cf | |
parent | 936a25097bed77935a44c7397ad45121ea61be66 (diff) | |
download | SCons-8474df368aeed8807eb4b9ca20041676f42e69c6.zip SCons-8474df368aeed8807eb4b9ca20041676f42e69c6.tar.gz SCons-8474df368aeed8807eb4b9ca20041676f42e69c6.tar.bz2 |
fixed syntax error from previous pull request #256
-rw-r--r-- | src/engine/SCons/Tool/__init__.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine/SCons/Tool/__init__.xml b/src/engine/SCons/Tool/__init__.xml index 358ff1e..69cc597 100644 --- a/src/engine/SCons/Tool/__init__.xml +++ b/src/engine/SCons/Tool/__init__.xml @@ -489,7 +489,7 @@ is created by &b-link-LoadableModule; builder. This activates the &cv-link-_LDMODULEVERSIONFLAGS; and thus modifies the &cv-link-LDMODULECOM; as required, adds the version number to the library name, and creates the symlinks that are needed. &cv-link-LDMODULEVERSION; versions should exist in the same -format as &cv-link-SHLIBVERSION. +format as &cv-link-SHLIBVERSION;. </para> </summary> </cvar> |