diff options
author | Steven Knight <knight@baldmt.com> | 2004-09-16 15:58:05 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2004-09-16 15:58:05 (GMT) |
commit | 6c2d8850f7400734226a2862391ca4e9a38a1342 (patch) | |
tree | 88546a5ef623a859f6cdc05f01414232996b8e37 /src/CHANGES.txt | |
parent | f4ebab8479e70f7af040e5d918d1d2429770d2ae (diff) | |
download | SCons-6c2d8850f7400734226a2862391ca4e9a38a1342.zip SCons-6c2d8850f7400734226a2862391ca4e9a38a1342.tar.gz SCons-6c2d8850f7400734226a2862391ca4e9a38a1342.tar.bz2 |
Fix SCons on SuSE/AMD-64 Linux by having the wrapper script also check for the build engine in the parent directory of the Python library directory. (Gottfried Ganssauge)
Diffstat (limited to 'src/CHANGES.txt')
-rw-r--r-- | src/CHANGES.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/CHANGES.txt b/src/CHANGES.txt index ffd0abb..76dec9a 100644 --- a/src/CHANGES.txt +++ b/src/CHANGES.txt @@ -19,6 +19,12 @@ RELEASE 0.97 - XXX - Handle exceptions from Python functions a build actions. + From Gottfried Ganssauge: + + - Fix SCons on SuSE/AMD-64 Linux by having the wrapper script also + check for the build engine in the parent directory of the Python + library directory (/usr/lib64 instead of /usr/lib). + From Steven Knight: - When compiling with Microsoft Visual Studio, don't include the ATL and |