mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-05-11 22:42:31 +02:00
Record dynamic dependencies in .note.dlopen elf section
This commit is contained in:
committed by
GitHub
parent
152ba829a1
commit
0a6b80717c
@@ -40,6 +40,15 @@
|
||||
|
||||
#ifndef SDL_HIDAPI_DISABLED
|
||||
|
||||
#ifdef SDL_LIBUSB_DYNAMIC
|
||||
SDL_ELF_NOTE_DLOPEN(
|
||||
"hidabi-libusb",
|
||||
"Support for joysticks through libusb",
|
||||
SDL_ELF_NOTE_DLOPEN_PRIORITY_SUGGESTED,
|
||||
SDL_LIBUSB_DYNAMIC
|
||||
);
|
||||
#endif
|
||||
|
||||
#if defined(SDL_PLATFORM_WIN32) || defined(SDL_PLATFORM_WINGDK)
|
||||
#include "../core/windows/SDL_windows.h"
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user