Navigation Menu

Skip to content

Commit

Permalink
reset dsc_extractor.bundle path
Browse files Browse the repository at this point in the history
  • Loading branch information
madordie committed Feb 27, 2019
1 parent 3f928f3 commit 265727c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions launch-cache/dsc_extractor.cpp
Expand Up @@ -626,7 +626,7 @@ int dyld_shared_cache_extract_dylibs(const char* shared_cache_file_path, const c
}


#if 0
#if 1
// test program
#include <stdio.h>
#include <stddef.h>
Expand All @@ -644,7 +644,7 @@ int main(int argc, const char* argv[])
}

//void* handle = dlopen("/Volumes/my/src/dyld/build/Debug/dsc_extractor.bundle", RTLD_LAZY);
void* handle = dlopen("/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/usr/lib/dsc_extractor.bundle", RTLD_LAZY);
void* handle = dlopen("dsc_extractor.bundle", RTLD_LAZY);
if ( handle == NULL ) {
fprintf(stderr, "dsc_extractor.bundle could not be loaded\n");
return 1;
Expand Down

0 comments on commit 265727c

Please sign in to comment.