This commit is contained in:
Yuzucchii 2025-06-06 21:55:16 -05:00
parent f8b74ba4db
commit c8baabb8c0
Signed by: yuzucchii
SSH Key Fingerprint: SHA256:3hT0Nn/790kQI9VFVQ2Kfh3Ma3JZe2pST86n1T5G7ww

View File

@ -2,9 +2,8 @@ pub fn build(b: *@import("std").Build) void {
const target = b.standardTargetOptions(.{});
const optimize = b.standardOptimizeOption(.{});
const aether = b.addModule("discord.zig", .{
const aether = b.addModule("aether", .{
.root_source_file = b.path("root.zig"),
.link_libc = true,
});
_ = b.addStaticLibrary(.{