[BUG] CubeMX removes linker library search path on code regeneration
I have a project created with CubeMX v6.8.0 and HAL L4 v1.17.2. Using Windows 10 x64
Today I wanted to update it using CubeMX v6.9.2 and HAL L4 v1.18.0, and when regenerating, CubeMX wiped the linker settings "Library search path". I remember this happenning earlier too
Here's the diff from .cproject file after regeneration.

UPD: found out it only happens if there are no libraries in the include list
This config gets regenerated okay (from another project):

And this config gets library search path wiped on regeneration

I need the library search path to include extra linker scripts located elsewhere
