tangled
alpha
login
or
join now
altagos.dev
/
codings
0
fork
atom
this repo has no description
0
fork
atom
overview
issues
pulls
pipelines
build static lib
altagos.dev
6 months ago
26153a0c
e610f187
verified
This commit was signed with the committer's
known signature
.
altagos.dev
SSH Key Fingerprint:
SHA256:UbTjEcCZlc6GzQWLCuDK3D//HESWD2xFPkzue9XMras=
+1
1 changed file
expand all
collapse all
unified
split
build.zig
+1
build.zig
reviewed
···
18
18
.linkage = .static,
19
19
.root_module = mod,
20
20
});
21
21
+
b.installArtifact(lib);
21
22
22
23
const install_docs = b.addInstallDirectory(.{
23
24
.source_dir = lib.getEmittedDocs(),