Shared modules may be resource-only DLLs, or might automatically self-initialize using C constructors or WinMain at DLL load time. When an import library is not found for a shared module, just print a message about it instead of erroring out. Fixes #3965pull/3905/head
parent
ab01db177b
commit
c69030c123
5 changed files with 24 additions and 3 deletions
@ -0,0 +1 @@ |
||||
usr/lib/libnosyms.so |
@ -0,0 +1,4 @@ |
||||
static int |
||||
func_not_exported (void) { |
||||
return 99; |
||||
} |
Loading…
Reference in new issue