mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-13 00:25:19 +02:00
Fix OSX packaging finally
Signed-off-by: Craig Robbins <kde.psych@gmail.com>
This commit is contained in:
committed by
Craig Robbins
parent
8661b3587b
commit
3b902fd574
@@ -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
|
||||
{
|
||||
|
Reference in New Issue
Block a user