]> git.saurik.com Git - cycript.git/blobdiff - Mach/Inject.cpp
Ported things mentioned in DOUG comments.
[cycript.git] / Mach / Inject.cpp
index f5673c24cfc7a72d51d549d615f0b9cfce8d4efd..0e893a0227317ad8d06665e9253a84f364beb74e 100644 (file)
@@ -54,8 +54,7 @@
 extern "C" void __pthread_set_self(pthread_t);
 
 void InjectLibrary(pid_t pid) {
-    // DOUG: turn this into some kind of -D passed from configure
-    const char *library("/usr/lib/libcycript.dylib");
+    const char *library(CY_LIBRARY);
 
     static const size_t Stack_(8 * 1024);
     size_t length(strlen(library) + 1), depth(sizeof(Baton) + length);