Point macOS version towards the right dylib

This is super temporary

Eventually we'll decide where the library will go
This commit is contained in:
Paul Hollinsky
2018-09-24 18:16:08 -04:00
parent af4f4894f5
commit b634e6a443
+1 -1
View File
@@ -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