Skip to content

Commit

Permalink
Default libdir for app is /app/lib
Browse files Browse the repository at this point in the history
  • Loading branch information
nanonyme committed Feb 24, 2024
1 parent 2ee5139 commit 61b4d14
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/builder-options.c
Original file line number Diff line number Diff line change
Expand Up @@ -1075,6 +1075,8 @@ builder_options_get_libdir (BuilderOptions *self, BuilderContext *context)

if (builder_context_get_build_runtime (context))
return get_sdk_flags (self, context, builder_sdk_config_get_libdir);
if (!builder_context_get_build_extension (context))
return "/app/lib";

return NULL;
}
Expand Down

0 comments on commit 61b4d14

Please sign in to comment.