LD_LIBRARY_PATH todo
This commit is contained in:
parent
974d075108
commit
5f14ad8e36
1 changed files with 1 additions and 0 deletions
|
@ -39,6 +39,7 @@ main () {
|
||||||
}
|
}
|
||||||
|
|
||||||
if (stat("lib/lib.busybox.so", &st_buf) != 0) {
|
if (stat("lib/lib.busybox.so", &st_buf) != 0) {
|
||||||
|
/* TODO my lib dir should be in LD_LIBRARY_PATH; check that */
|
||||||
fprintf(stderr, "Falling back to hardcoded app location; cannot find expected files in %s\n", buf);
|
fprintf(stderr, "Falling back to hardcoded app location; cannot find expected files in %s\n", buf);
|
||||||
if (chdir("/data/data/ga.androidterm") != 0) {
|
if (chdir("/data/data/ga.androidterm") != 0) {
|
||||||
perror("chdir");
|
perror("chdir");
|
||||||
|
|
Loading…
Reference in a new issue