diff options
author | Silvio Traversaro <silvio@traversaro.it> | 2019-05-20 23:41:19 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-05-20 23:41:19 +0200 |
commit | 0fc1d9de6fea764866ecbfc10d7cf431bece033b (patch) | |
tree | cdd5423fa05e56af5ea604edb8334a6692383365 /README.md | |
parent | 84295c9afc0b42a61cf687d54c3bd5e286fd5176 (diff) | |
parent | f3da31d7a3e4b300f325624bf4e424c3bbcd521b (diff) | |
download | dlfcn-win32-1.2.0.tar.gz dlfcn-win32-1.2.0.tar.bz2 dlfcn-win32-1.2.0.zip |
Merge pull request #51 from pali/masterv1.2.0
Load Psapi.dll at runtime, this avoids linking caveat
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -43,12 +43,6 @@ target_link_libraries(<target> ${CMAKE_DL_LIBS}) | |||
43 | ... | 43 | ... |
44 | ~~~ | 44 | ~~~ |
45 | 45 | ||
46 | ### Linking caveat | ||
47 | This library uses the Process Status API in Windows (`psapi.lib`). If you are | ||
48 | linking to the static `dl.lib` or `libdl.a`, then you would need to explicitly | ||
49 | add `psapi.lib` or `-lpsapi` to your linking command, depending on if MinGW is | ||
50 | used. | ||
51 | |||
52 | Author | 46 | Author |
53 | ------ | 47 | ------ |
54 | 48 | ||