diff options
Diffstat (limited to 'build_system_log.gpr')
-rw-r--r-- | build_system_log.gpr | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build_system_log.gpr b/build_system_log.gpr index 5059e65..aa11b91 100644 --- a/build_system_log.gpr +++ b/build_system_log.gpr @@ -10,9 +10,9 @@ with "comfignat.gpr"; library project Build_System_Log is - -- An attempt to use a two-part version number at the end of the soname + -- An attempt to use a two-part version number at the end of the soname -- caused Gnatmake and GPRbuild to include only the major version number, - -- so for compatibility the soname is libadasyslog.so.1 until an ABI change + -- so for compatibility the soname is libadasyslog.so.1 until an ABI change -- is made, if that ever happens. for Library_Name use "adasyslog"; |