finally fixed everything

homebrew wasn't actually global, smh
This commit is contained in:
Helloman892
2017-09-08 20:00:21 +01:00
parent 67566330a5
commit 3fb86c80be
2 changed files with 2 additions and 2 deletions

View File

@@ -41,7 +41,7 @@ int init_services(void)
ptmuInit();
httpcInit(0);
archive_result = open_archives();
bool homebrew = true;
homebrew = true;
if (!envIsHomebrew())
{
homebrew = false;