diff options
author | William Deegan <bill@baddogconsulting.com> | 2015-08-01 03:40:53 (GMT) |
---|---|---|
committer | William Deegan <bill@baddogconsulting.com> | 2015-08-01 03:40:53 (GMT) |
commit | 1787f2cb6c75f45c6b0ac7a6c3c9c4b0ea95c5eb (patch) | |
tree | e74d24113d7f3f96c3eddd8d8afe9c52a9f15e92 | |
parent | 0e917c316284acc6856d0e5cff81945050c4648d (diff) | |
parent | ed3930b3474f5b407ccf40d273f4bc2ac35ad9eb (diff) | |
download | SCons-1787f2cb6c75f45c6b0ac7a6c3c9c4b0ea95c5eb.zip SCons-1787f2cb6c75f45c6b0ac7a6c3c9c4b0ea95c5eb.tar.gz SCons-1787f2cb6c75f45c6b0ac7a6c3c9c4b0ea95c5eb.tar.bz2 |
Merged in ajf58/scons (pull request #233)
Issue 2504: Incorrect default SWIGPATH
-rw-r--r-- | src/engine/SCons/Tool/swig.xml | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/engine/SCons/Tool/swig.xml b/src/engine/SCons/Tool/swig.xml index 2b817dc..1160804 100644 --- a/src/engine/SCons/Tool/swig.xml +++ b/src/engine/SCons/Tool/swig.xml @@ -202,9 +202,7 @@ and translated into the The list of directories that the scripting language wrapper and interface generate will search for included files. The SWIG implicit dependency scanner will search these -directories for include files. -The default is to use the same path -specified as &cv-CPPPATH;. +directories for include files. The default value is an empty list. </para> <para> @@ -251,7 +249,7 @@ include &cv-_SWIGINCFLAGS;: </para> <example_commands> -env = Environment(SWIGCOM="my_swig -o $TARGET $_SWIGINCFLAGS $SORUCES") +env = Environment(SWIGCOM="my_swig -o $TARGET $_SWIGINCFLAGS $SOURCES") </example_commands> </summary> </cvar> |