From 752c02b178233ce8dbee73ebf4cab8a6759c8d12 Mon Sep 17 00:00:00 2001 From: midipix Date: Thu, 22 Feb 2024 13:40:56 +0000 Subject: link mode: implemented -export-symbols-regex (for all supported flavors). --- src/host/slbt_host_flavor.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/host') diff --git a/src/host/slbt_host_flavor.c b/src/host/slbt_host_flavor.c index 7b5ac13..2372f38 100644 --- a/src/host/slbt_host_flavor.c +++ b/src/host/slbt_host_flavor.c @@ -31,7 +31,7 @@ static const char * ldrpath_elf[] = { SLBT_FLAVOR_SETTINGS(host_flavor_default, \ "elf","-fPIC", \ "lib",".a","lib",".so",".so","", \ - "","","","",".ver", \ + "","","","",".expsyms.ver", \ "LD_LIBRARY_PATH"); SLBT_FLAVOR_SETTINGS(host_flavor_midipix, \ @@ -61,7 +61,7 @@ SLBT_FLAVOR_SETTINGS(host_flavor_msys, \ SLBT_FLAVOR_SETTINGS(host_flavor_darwin, \ "macho","-fPIC", \ "lib",".a","lib",".dylib","",".dylib", \ - "","","","",".exp", \ + "","","","",".expsyms.exp", \ "DYLD_LIBRARY_PATH"); -- cgit v1.2.3