diff options
-rw-r--r-- | src/CHANGES.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CHANGES.txt b/src/CHANGES.txt index b0e88c7..dd92ce1 100644 --- a/src/CHANGES.txt +++ b/src/CHANGES.txt @@ -74,7 +74,7 @@ may cause rebuilds. In no case should rebuilds not happen. From Paweł Tomulik: - Fixed the issue with LDMODULEVERSIONFLAGS reported by Tim Jennes (https://pairlist4.pair.net/pipermail/scons-users/2016-May/004893.html). - An error was causing “-Wl,Bsymbolic” being added to linker's command-line + An error was causing "-Wl,Bsymbolic" being added to linker's command-line even when there was no specified value in LDMODULEVERSION and thus no need for the flags to be specified. - Added LoadableModule to the list of global functions (DefaultEnvironment |