You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add build --package option that copies the items located in directories such as "lib", "bin", "license" files for each of its dependencies to a specified directory, collocating all libraries and binaries in one directory.
Recipes could define a list of files in dictionary variable named distribute so the --package option knows what files to collect.
Two ways of defining the distributables are needed.
"library" if the recipe is being used as a dependency.
"application" if the recipe is the primary build target.
This feature must support globbing, so you can specify a directory or all files within the directory.
The text was updated successfully, but these errors were encountered:
Add build
--package
option that copies the items located in directories such as "lib", "bin", "license" files for each of its dependencies to a specified directory, collocating all libraries and binaries in one directory.distribute
so the--package
option knows what files to collect.The text was updated successfully, but these errors were encountered: