mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Fix OSX packaging finally
Signed-off-by: Craig Robbins <kde.psych@gmail.com>
This commit is contained in:
parent
8661b3587b
commit
3b902fd574
4 changed files with 18 additions and 6 deletions
|
@ -528,7 +528,7 @@ void initializePaths()
|
|||
{
|
||||
dstream<<"Bundle resource path: "<<path<<std::endl;
|
||||
//chdir(path);
|
||||
path_share = std::string(path) + DIR_DELIM + "share";
|
||||
path_share = std::string(path) + DIR_DELIM + STATIC_SHAREDIR;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue