Skip to content

Commit

Permalink
Update org_lwjgl_system_SharedLibraryUtil.c
Browse files Browse the repository at this point in the history
  • Loading branch information
artdeell authored Jan 21, 2024
1 parent c23694b commit b2b7c76
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,7 @@ static int iter_phdr_cb(struct dl_phdr_info* info, size_t size, void* data)
* increases ref count) and compare handles */
/* @@@ might be b/c it's the reloc addr... see below */
lib = dlopen(info->dlpi_name, RTLD_LIGHTEST);
printf("LWJGL: lightest dlopen()=%p\n", lib);
if(lib)
dlclose(lib);
}
Expand Down

0 comments on commit b2b7c76

Please sign in to comment.