Merge pull request #5797 from harold-b/hb.export-linked-libs

Add build flag to export the linked libraries
This commit is contained in:
gingerBill
2025-10-12 10:52:50 +01:00
committed by GitHub
2 changed files with 73 additions and 0 deletions

View File

@@ -575,6 +575,8 @@ struct BuildContext {
bool min_link_libs;
String export_linked_libs_path;
bool print_linker_flags;
RelocMode reloc_mode;