this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

build static lib

authored by

Altagos and committed by
Tangled
dc8552ca e610f187

+1
+1
build.zig
··· 18 18 .linkage = .static, 19 19 .root_module = mod, 20 20 }); 21 + b.installArtifact(lib); 21 22 22 23 const install_docs = b.addInstallDirectory(.{ 23 24 .source_dir = lib.getEmittedDocs(),