1
0
Fork 0
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:
Pavel Puchkin 2014-12-15 17:32:08 +02:00 committed by Craig Robbins
parent 8661b3587b
commit 3b902fd574
4 changed files with 18 additions and 6 deletions

View file

@ -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
{