mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-25 05:24:02 +08:00
Correct SO version in library
Change-Id: Id6bad7fd293bc836695cc169c50f29a570ab8266 Signed-off-by: Russell W Mcguire <russell.w.mcguire@intel.com>
This commit is contained in:
committed by
sys_ocldev
parent
513d9bdb83
commit
f6eeb87f07
@@ -15,7 +15,7 @@
|
||||
#if defined(__linux__)
|
||||
#include <dlfcn.h>
|
||||
#define HMODULE void *
|
||||
#define MAKE_VERSION() L0_PROJECT_VERSION_MAJOR "." L0_PROJECT_VERSION_MINOR "." L0_PROJECT_VERSION_PATCH
|
||||
#define MAKE_VERSION() L0_PROJECT_VERSION_MAJOR
|
||||
#define MAKE_LIBRARY_NAME(NAME, VERSION) "lib" NAME ".so." VERSION
|
||||
#define LOAD_DRIVER_LIBRARY(NAME) dlopen(NAME, RTLD_LAZY | RTLD_LOCAL)
|
||||
#define FREE_DRIVER_LIBRARY(LIB) \
|
||||
|
||||
Reference in New Issue
Block a user