From b634e6a443fbf31283cab2f3b1febe65e68af504 Mon Sep 17 00:00:00 2001 From: Paul Hollinsky Date: Mon, 24 Sep 2018 18:16:08 -0400 Subject: [PATCH] Point macOS version towards the right dylib This is super temporary Eventually we'll decide where the library will go --- platform/posix/darwin/include/dynamiclib.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/posix/darwin/include/dynamiclib.h b/platform/posix/darwin/include/dynamiclib.h index 27756df..9441da3 100644 --- a/platform/posix/darwin/include/dynamiclib.h +++ b/platform/posix/darwin/include/dynamiclib.h @@ -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 \ No newline at end of file