summaryrefslogtreecommitdiff
path: root/src/porting.cpp
diff options
context:
space:
mode:
authorPavel Puchkin <i@neoascetic.me>2014-12-15 17:32:08 +0200
committerCraig Robbins <kde.psych@gmail.com>2014-12-16 20:33:54 +1000
commit3b902fd574bfba74ebbd58369dce74162385b410 (patch)
tree91d08a094f69c7366a548db270982871bb5455f7 /src/porting.cpp
parent8661b3587b4854f18f747a5577d0bb62998e569d (diff)
downloadminetest-3b902fd574bfba74ebbd58369dce74162385b410.tar.gz
minetest-3b902fd574bfba74ebbd58369dce74162385b410.tar.bz2
minetest-3b902fd574bfba74ebbd58369dce74162385b410.zip
Fix OSX packaging finally
Signed-off-by: Craig Robbins <kde.psych@gmail.com>
Diffstat (limited to 'src/porting.cpp')
-rw-r--r--src/porting.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/porting.cpp b/src/porting.cpp
index e1a062ecd..025e5978c 100644
--- a/src/porting.cpp
+++ b/src/porting.cpp
@@ -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
{