diff options
author | Steven Knight <knight@baldmt.com> | 2003-09-18 07:42:19 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2003-09-18 07:42:19 (GMT) |
commit | 5401afc920c34379547d06db33b77fd076e4ed18 (patch) | |
tree | 592067bf1dc35d113e84debab9728c6fb847ffa3 /src | |
parent | e6e8507ed69cbbe147cbf448c3f0fce0285cdbdc (diff) | |
download | SCons-5401afc920c34379547d06db33b77fd076e4ed18.zip SCons-5401afc920c34379547d06db33b77fd076e4ed18.tar.gz SCons-5401afc920c34379547d06db33b77fd076e4ed18.tar.bz2 |
Fix test/SWIG.py to find the proper Python include directory in all cases. (Christoph Wiedemann)
Diffstat (limited to 'src')
-rw-r--r-- | src/CHANGES.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/CHANGES.txt b/src/CHANGES.txt index fb22efb..f692b74 100644 --- a/src/CHANGES.txt +++ b/src/CHANGES.txt @@ -82,6 +82,10 @@ RELEASE X.XX - XXX - Split the non-SCons-specific functionality from SConf.py to a new, re-usable Conftest.py module. + From Christoph Wiedemann: + + - Fix test/SWIG.py to find the Python include directory in all cases. + RELEASE 0.92 - Wed, 20 Aug 2003 03:45:28 -0500 |