diff options
Diffstat (limited to 'pkg/launcher/bitmask-launcher.c')
-rw-r--r-- | pkg/launcher/bitmask-launcher.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/launcher/bitmask-launcher.c b/pkg/launcher/bitmask-launcher.c index aac5da3f..cf5c2a18 100644 --- a/pkg/launcher/bitmask-launcher.c +++ b/pkg/launcher/bitmask-launcher.c @@ -12,7 +12,7 @@ #include <unistd.h> #include <stdlib.h> -char* const bitmask_path = "libs"; +char* const bitmask_path = "lib"; char* const entrypoint = "bitmask"; int main(int argc, char *argv[]) |