mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-30 20:58:54 +00:00
Implement relocatable builds on Linux
- Change the path of the Sys folder to the executable's location - Add LINUX_LOCAL_DEV flag to use relocatable version on Linux - Add CMake definition for relocatable build
This commit is contained in:
parent
973118511a
commit
f2ae1a2545
4 changed files with 20 additions and 6 deletions
|
@ -145,9 +145,7 @@ std::string GetSysDirectory();
|
|||
std::string GetBundleDirectory();
|
||||
#endif
|
||||
|
||||
#ifdef _WIN32
|
||||
std::string &GetExeDirectory();
|
||||
#endif
|
||||
|
||||
bool WriteStringToFile(const std::string& str, const std::string& filename);
|
||||
bool ReadFileToString(const std::string& filename, std::string& str);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue