correct typo for mac compile, update makefile to use llvm

This commit is contained in:
Satoshi Nakamoto
2010-08-10 15:57:38 +00:00
committed by Gavin Andresen
parent b34e8c3c36
commit dd9e71843b
2 changed files with 9 additions and 7 deletions

2
ui.cpp
View File

@@ -388,7 +388,7 @@ void CMainFrame::OnIconize(wxIconizeEvent& event)
fClosedToTray = true;
Show(!fClosedToTray);
ptaskbaricon->Show(fMinimizeToTray || fClosedToTray);
#ifdef __WXGTK__
#if defined(__WXGTK__) || defined(__WXMAC_OSX__)
}
#endif
}