We can't know if the .lib is a static or import library, but that's a problem in general too. The only way to figure out if a specific file is an import or a static library is to dump its symbols and check if it starts with __imp or not. Even then, some libs are hybrid import and static, i.e., they contain references to DLLs for some symbols and also provide implementations for other symbols so this is a difficult problem. Closes https://github.com/mesonbuild/meson/issues/2659pull/2703/head
parent
390f0b8b52
commit
45dbc0d30e
1 changed files with 3 additions and 1 deletions
Loading…
Reference in new issue