Add executable that identifies the ABI of libraries
Compare changes
Files
3+ 14
− 6
@@ -126,7 +126,7 @@ print_library_details (const gchar *library_path,
@@ -193,17 +193,19 @@ run (int argc,
@@ -216,9 +218,15 @@ run (int argc,
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.