From 793cea587159a0ba01fec6af28e899697ef4da79 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Mon, 9 Jul 2018 05:33:58 +0200 Subject: cleanup only --- api/plugin-support.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'api') 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); -- cgit v1.2.3