mirror of
https://github.com/intrepidcs/libicsneo.git
synced 2026-08-05 09:28:40 +02:00
Linux: Take out hardcoded path to SO, use LD_LIBRARY_PATH or copy the SO
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#ifndef __DYNAMICLIB_LINUX_H_
|
||||
#define __DYNAMICLIB_LINUX_H_
|
||||
|
||||
#define icsneo_dynamicLibraryLoad() dlopen("/home/paulywog/Code/icsneonext/build/libicsneoc.so", RTLD_LAZY)
|
||||
#define icsneo_dynamicLibraryLoad() dlopen("libicsneoc.so", RTLD_LAZY)
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user