Skip to content

Commit

Permalink
QHelp build for Mac OSX
Browse files Browse the repository at this point in the history
  • Loading branch information
thor2016 committed Feb 24, 2024
1 parent c14dd99 commit ce0dd16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/drivers/Qt/HelpPages.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ void consoleWin_t::OpenHelpWindow(QString subpage)
#endif

#ifdef __APPLE__
if ( !QFile( QString::fromStdString(helpFileName) ).exists() )
if ( !QFile( helpFileName ).exists() )
{
// Search for MacOSX DragNDrop Resources
helpFileName = QApplication::applicationDirPath() + QString("/../Resources/fceux.qhc");
Expand Down

0 comments on commit ce0dd16

Please sign in to comment.