You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Use linker scripts instead of symlink.
* Use same VERSION and SOVERSION
Since Python (or dlopen) is not able to follow chained linker scripts
set both properties to be the same, and use one linker script for .so
file which redirectes to .so.MAJOR.MINOR
* Execute linker script on Unix only
Co-authored-by: Oleksandr Pavlyk <oleksandr.pavlyk@intel.com>
0 commit comments