Point macOS version towards the right dylib
This is super temporary Eventually we'll decide where the library will gopull/4/head
parent
af4f4894f5
commit
b634e6a443
|
|
@ -1,6 +1,6 @@
|
|||
#ifndef __DYNAMICLIB_DARWIN_H_
|
||||
#define __DYNAMICLIB_DARWIN_H_
|
||||
|
||||
#define icsneoDynamicLibraryLoad() dlopen("/home/paulywog/Code/icsneonext/build/libicsneoc.dylib", RTLD_LAZY)
|
||||
#define icsneoDynamicLibraryLoad() dlopen("/Users/paulywog/Code/icsneonext/build/libicsneoc.dylib", RTLD_LAZY)
|
||||
|
||||
#endif
|
||||
Loading…
Reference in New Issue