summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2004-08-17 23:14:59 (GMT)
committerSteven Knight <knight@baldmt.com>2004-08-17 23:14:59 (GMT)
commite18d45e027a965547bbb698c0e6784254298f8b1 (patch)
tree3be53d9c53f1a263095130e39e07328bcae51f2b /src
parent401c24879c1dcd9e28df19b3ee2384b26df583ee (diff)
downloadSCons-e18d45e027a965547bbb698c0e6784254298f8b1.zip
SCons-e18d45e027a965547bbb698c0e6784254298f8b1.tar.gz
SCons-e18d45e027a965547bbb698c0e6784254298f8b1.tar.bz2
Portability fixes for Mac OS Xin tests. (Gary Oberbrunner)
Diffstat (limited to 'src')
-rw-r--r--src/CHANGES.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/CHANGES.txt b/src/CHANGES.txt
index e8b3af1..ad02a85 100644
--- a/src/CHANGES.txt
+++ b/src/CHANGES.txt
@@ -218,6 +218,8 @@ RELEASE 0.95 - XXX
- Have ParseConfig() add a returned -pthread flag to both $CCFLAGS
and $LINKFLAGS.
+ - Fix some test portability issues on Mac OS X (darwin).
+
From Simon Perkins:
- Fix a bug introduced in building shared libraries under MinGW.