diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2025-09-01 15:11:52 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2025-09-01 15:11:52 -0400 |
| commit | e01383da05d5cf03d080854ac048df37df4d1b9a (patch) | |
| tree | bcbcde2dca685a6de30c0b05ef1ab9ffeadfaed5 /src/stdlib/stacktrace.c | |
| parent | ee020c72d92c3807fa4afcd1e170d3df81688b97 (diff) | |
Change module install directory to PREFIX/lib/tomo_vX.Y/*
Diffstat (limited to 'src/stdlib/stacktrace.c')
| -rw-r--r-- | src/stdlib/stacktrace.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stdlib/stacktrace.c b/src/stdlib/stacktrace.c index 266dc4ef..c7ec54d3 100644 --- a/src/stdlib/stacktrace.c +++ b/src/stdlib/stacktrace.c @@ -98,7 +98,7 @@ void print_stacktrace(FILE *out, int offset) { cwd[cwd_len++] = '/'; cwd[cwd_len] = '\0'; - const char *install_dir = TOMO_PREFIX "/share/tomo_" TOMO_VERSION "/installed/"; + const char *install_dir = TOMO_PREFIX "/lib/tomo_" TOMO_VERSION "/"; static void *stack[1024]; int64_t size = (int64_t)backtrace(stack, sizeof(stack) / sizeof(stack[0])); |
