diff options
Diffstat (limited to 'api/plugin-support.hpp')
-rw-r--r-- | api/plugin-support.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/api/plugin-support.hpp b/api/plugin-support.hpp index 5e93e119..5062a688 100644 --- a/api/plugin-support.hpp +++ b/api/plugin-support.hpp @@ -29,7 +29,7 @@ # define OPENTRACK_SOLIB_EXT "so" #endif -#define OPENTRACK_SOLIB_PREFIX "lib" +#define OPENTRACK_SOLIB_PREFIX "" extern "C" typedef void* (*OPENTRACK_CTOR_FUNPTR)(void); extern "C" typedef Metadata_* (*OPENTRACK_METADATA_FUNPTR)(void); |