mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-13 02:08:49 +12:00
Unbreak macOS builds
This commit is contained in:
parent
b1a9e87ecf
commit
9214df482e
1 changed files with 1 additions and 1 deletions
|
@ -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())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue