mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-02 07:06:41 +03:00
Don't check U3_LIB for pills
This commit is contained in:
parent
30f590c7a8
commit
1f8050aede
@ -204,10 +204,6 @@ _main_getopt(c3_i argc, c3_c** argv)
|
||||
struct stat s;
|
||||
if ( stat("urbit.pill", &s) == 0 ) {
|
||||
u3_Host.ops_u.pil_c = strdup("urbit.pill");
|
||||
#ifdef U3_LIB
|
||||
} else if ( stat(U3_LIB"/urbit.pill", &s) == 0 ) {
|
||||
u3_Host.ops_u.pil_c = strdup(U3_LIB"/urbit.pill");
|
||||
#endif
|
||||
} else {
|
||||
fprintf(stderr, "Could not find urbit.pill\n");
|
||||
return c3n;
|
||||
|
Loading…
Reference in New Issue
Block a user