Removed hard coded .dll filepaths

This commit is contained in:
EricLiu2000
2019-06-13 16:01:35 -04:00
parent 9b21c153c7
commit 0644234859
2 changed files with 2 additions and 2 deletions
@@ -1,6 +1,6 @@
#ifndef __DYNAMICLIB_DARWIN_H_
#define __DYNAMICLIB_DARWIN_H_
#define icsneo_dynamicLibraryLoad() dlopen("/Users/paulywog/Code/icsneonext/build/libicsneoc.dylib", RTLD_LAZY)
#define icsneo_dynamicLibraryLoad() dlopen("libicsneoc.dylib", RTLD_LAZY)
#endif