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
b.installCLibrary
b.installFile
b.getInstallStep()
b.installLibrary
b.installExecutable
The text was updated successfully, but these errors were encountered:
What about automatic cleaning?
Sorry, something went wrong.
For cleaning see #328
zig build system: installFile and installClibrary
f9fa768
See #332
zig build can build and install static C libraries
97f6b60
zig build: improved API for installing C build artifacts
943dbe5
see #332
c5dd536
No branches or pull requests
b.installCLibrary
for dynamic librariesb.installCLibrary
for static librariesb.installFile
b.getInstallStep()
instead of having to make it automatically, and the other install APIs automatically make the install step depend on themb.installLibrary
b.installExecutable
The text was updated successfully, but these errors were encountered: