fix
This commit is contained in:
parent
f8b74ba4db
commit
c8baabb8c0
@ -2,9 +2,8 @@ pub fn build(b: *@import("std").Build) void {
|
|||||||
const target = b.standardTargetOptions(.{});
|
const target = b.standardTargetOptions(.{});
|
||||||
const optimize = b.standardOptimizeOption(.{});
|
const optimize = b.standardOptimizeOption(.{});
|
||||||
|
|
||||||
const aether = b.addModule("discord.zig", .{
|
const aether = b.addModule("aether", .{
|
||||||
.root_source_file = b.path("root.zig"),
|
.root_source_file = b.path("root.zig"),
|
||||||
.link_libc = true,
|
|
||||||
});
|
});
|
||||||
|
|
||||||
_ = b.addStaticLibrary(.{
|
_ = b.addStaticLibrary(.{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user