Expose anyascii module.
This commit is contained in:
parent
8d8beb3dbc
commit
64ff148366
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ pub fn build(b: *std.Build) void {
|
||||||
const optimize = b.standardOptimizeOption(.{});
|
const optimize = b.standardOptimizeOption(.{});
|
||||||
|
|
||||||
// Anyascii zig module.
|
// Anyascii zig module.
|
||||||
const anyascii = b.createModule(.{
|
const anyascii = b.addModule("anyascii", .{
|
||||||
.root_source_file = b.path("src/lib.zig"),
|
.root_source_file = b.path("src/lib.zig"),
|
||||||
.target = target,
|
.target = target,
|
||||||
.optimize = optimize,
|
.optimize = optimize,
|
||||||
|
|
Loading…
Add table
Reference in a new issue