Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow storing library.zip and other depedencies alongside the main application #413

Closed
LeonarddeR opened this issue Aug 9, 2018 · 2 comments

Comments

@LeonarddeR
Copy link

Library.zip and other dependencies are now stored in a lib folder. It would be great if this could be configurable, i.e. load the dependencies from the application's root directory.

I understand that this is hardcoded in the compiled base executable. May be it could be considered to add a #ifndef CX_PATH_FORMAT check, so people can compile their own base executable with an overriden definition while not requiring to override common.c as well.

@marcelotduarte
Copy link
Owner

For Linux PR #518

@marcelotduarte
Copy link
Owner

Since 7.1 has an option zip_filename.
In other words, it can have library.zip or any other name, and you can also choose not to have a zip file.
I'm closing the issue as I have no plans to remove the lib directory.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants