Point macOS version towards the right dylib

This is super temporary

Eventually we'll decide where the library will go
pull/4/head
Paul Hollinsky 2018-09-24 18:16:08 -04:00
parent af4f4894f5
commit b634e6a443
1 changed files with 1 additions and 1 deletions

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