Add executable that identifies the ABI of libraries
Compare changes
+ 5
− 5
@@ -99,21 +99,21 @@ print_library_details (const gchar *library_path,
This is useful when we want to differentiate the available libraries based on the architecture they are compiled against.
Still a draft. It needs more testing, write the documentation and maybe add a few automated tests by creating some stub libraries with meson.
Ready for an high-level review.