amazon-ion / ion-c

A C implementation of Amazon Ion.
https://amazon-ion.github.io/ion-docs/
Apache License 2.0
166 stars 43 forks source link

Add version number to decNumber to ensure soft link creation #325

Closed ruhland closed 1 year ago

ruhland commented 1 year ago

Description of changes: Without a version the .so file is created directly without a link which will look something like this: ionc/libionc.so -> libionc.so.1.1.2 The missing link causes problems when building with yocto

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.