about summary refs log tree commit diff
path: root/pkgs/build-support/build-sandbox/src/setup.c
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/build-support/build-sandbox/src/setup.c')
-rw-r--r--pkgs/build-support/build-sandbox/src/setup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/build-support/build-sandbox/src/setup.c b/pkgs/build-support/build-sandbox/src/setup.c
index 18b288d9..e4304b1f 100644
--- a/pkgs/build-support/build-sandbox/src/setup.c
+++ b/pkgs/build-support/build-sandbox/src/setup.c
@@ -120,7 +120,7 @@ static bool makedirs(const char *path, bool do_cache)
     return true;
 }
 
-static char *get_mount_target(const char *path)
+char *get_mount_target(const char *path)
 {
     size_t pathlen = strlen(path), rootdir_len = strlen(FS_ROOT_DIR);
     char *target;