Skip to content

Commit

Permalink
fix ifdef mac
Browse files Browse the repository at this point in the history
  • Loading branch information
MininuxDev committed May 21, 2021
1 parent fd4469c commit d1c41ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MininuxReplayManager/sources/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ int main(int argc, char *argv[])
//Set working directory because apple...
QDir bin(QCoreApplication::applicationDirPath());

#if defined(Q_WS_MAC)
#if defined(Q_OS_MACOS)
bin.cdUp(); bin.cdUp(); bin.cdUp();
#endif

Expand Down

0 comments on commit d1c41ae

Please sign in to comment.