diff options
author | Nikolay Korotkiy <sikmir@gmail.com> | 2021-04-09 21:24:48 +0300 |
---|---|---|
committer | Nikolay Korotkiy <sikmir@gmail.com> | 2021-04-09 21:24:48 +0300 |
commit | 8df7ba3ca84cf468c212453acc5c0ab6ce0cb82f (patch) | |
tree | 26de735fbb61839bc32f96a72d304b42c33ca9c9 /src/app.c | |
parent | 345074332337c2f375ab9142d5a83c202f965ebd (diff) |
Haiku: fix default data dir
Diffstat (limited to 'src/app.c')
-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 |