Unbreak macOS builds

This commit is contained in:
Megamouse 2022-02-20 20:52:55 +01:00
parent b1a9e87ecf
commit 9214df482e

View file

@ -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())