Skip to content

Commit

Permalink
Unbreak macOS builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Megamouse committed Feb 20, 2022
1 parent b1a9e87 commit 9214df4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rpcs3/rpcs3qt/update_manager.cpp
Expand Up @@ -582,7 +582,7 @@ bool update_manager::handle_rpcs3(const QByteArray& data, bool auto_accept)
if (res)
return false;

#else
#elif not defined(__APPLE__)

std::string replace_path = rpcs3::utils::get_executable_path();
if (replace_path.empty())
Expand Down

0 comments on commit 9214df4

Please sign in to comment.