diff options
-rw-r--r-- | src/app.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -91,7 +91,7 @@ static const char *defaultDataDir_App_ = "~/.config/lagrange"; | |||
91 | #endif | 91 | #endif |
92 | #if defined (iPlatformHaiku) | 92 | #if defined (iPlatformHaiku) |
93 | #define EMB_BIN "./resources.lgr" | 93 | #define EMB_BIN "./resources.lgr" |
94 | static const char *defaultDataDir_App_ = "~/config/settings"; | 94 | static const char *defaultDataDir_App_ = "~/config/settings/lagrange"; |
95 | #endif | 95 | #endif |
96 | #if defined (LAGRANGE_EMB_BIN) /* specified in build config */ | 96 | #if defined (LAGRANGE_EMB_BIN) /* specified in build config */ |
97 | # undef EMB_BIN | 97 | # undef EMB_BIN |