finally fixed everything
homebrew wasn't actually global, smh
This commit is contained in:
@@ -41,7 +41,7 @@ int init_services(void)
|
||||
ptmuInit();
|
||||
httpcInit(0);
|
||||
archive_result = open_archives();
|
||||
bool homebrew = true;
|
||||
homebrew = true;
|
||||
if (!envIsHomebrew())
|
||||
{
|
||||
homebrew = false;
|
||||
|
||||
Reference in New Issue
Block a user