Skip to content

Instantly share code, notes, and snippets.

View jbhoot's full-sized avatar
💭
Reading: Lords of Uncreation by Adrian Tchaikovsky

Jayesh Bhoot jbhoot

💭
Reading: Lords of Uncreation by Adrian Tchaikovsky
View GitHub Profile
//! A zig builder step that runs "libtool" against a list of libraries
//! in order to create a single combined static library.
const LibtoolStep = @This();
const std = @import("std");
const Step = std.build.Step;
const RunStep = std.build.RunStep;
const FileSource = std.build.FileSource;
pub const Options = struct {