Skip to content

Commit

Permalink
Shave the zig yak.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mehgugs committed Dec 30, 2022
1 parent b4881e7 commit 4a871a5
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions build.zig
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,9 @@ const std = @import("std");

// Type helpers
const String = []const u8;
const StringPair = [2]String;
const SourceList = std.ArrayList(String);
const FlagList = std.ArrayList(String);
fn SliceOf(comptime t: type) type {
return []const t;
}

//builder
const Builder = std.build.Builder;
const Step = std.build.Step;
const InstallDir = std.build.InstallDir;
const Artifact = *std.build.LibExeObjStep;

pub fn build(b: *Builder) !void {
const art = b.addSharedLibrary("lunicode", null, .unversioned);
Expand Down

0 comments on commit 4a871a5

Please sign in to comment.