summaryrefslogtreecommitdiffstats
path: root/src/RELEASE.txt
diff options
context:
space:
mode:
authorGary Oberbrunner <garyo@oberbrunner.com>2011-03-03 03:00:19 (GMT)
committerGary Oberbrunner <garyo@oberbrunner.com>2011-03-03 03:00:19 (GMT)
commitc977df07cbc24b5359087072ee6ac97b01469be3 (patch)
tree540325d278d8609da704ab44e8cf777b93c642ee /src/RELEASE.txt
parent8e57d53b7feaa432d604a1bb18f464e048c84cef (diff)
downloadSCons-c977df07cbc24b5359087072ee6ac97b01469be3.zip
SCons-c977df07cbc24b5359087072ee6ac97b01469be3.tar.gz
SCons-c977df07cbc24b5359087072ee6ac97b01469be3.tar.bz2
Fix #1644: LINKFLAGS and RPATH conflict. Moved RPATH into LINKCOM.
Diffstat (limited to 'src/RELEASE.txt')
-rw-r--r--src/RELEASE.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/RELEASE.txt b/src/RELEASE.txt
index 5ceb8d7..585744c 100644
--- a/src/RELEASE.txt
+++ b/src/RELEASE.txt
@@ -56,6 +56,8 @@
FIXES
+ - RPATH is now in LINKCOM rather than LINKFLAGS, so resetting
+ LINKFLAGS doesn't kill RPATH
- Precompiled headers on Windows no longer break when used with
variant dirs containing spaces.
- Delete can now delete symlinks to directories and broken symlinks