We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently, we don't have a field for customizing package name, however, some library may require different name for PC usage.
use user-provided directory name for module path instead of package.name in llpkg.cfg.
package.name
llpkg.cfg
Release-as should follow module path name/semver instead of package.name/semver
Release-as
module path name/semver
package.name/semver
The text was updated successfully, but these errors were encountered:
This will cause a problem:
how to build the binding relationship between custom module path and C library (aka package.name in llpkg.cfg)
Sorry, something went wrong.
This will cause a problem: how to build the binding relationship between custom module path and C library (aka package.name in llpkg.cfg)
cc @aofei @luoliwoshang
No branches or pull requests
Currently, we don't have a field for customizing package name, however, some library may require different name for PC usage.
Design
use user-provided directory name for module path instead of
package.name
inllpkg.cfg
.Release-as
should followmodule path name/semver
instead ofpackage.name/semver
The text was updated successfully, but these errors were encountered: