mirror of
https://github.com/fairyglade/ly.git
synced 2026-09-22 03:50:23 +00:00
Update to Zig 0.17.0-dev.1824+7988f7952
Signed-off-by: AnErrupTion <anerruption@disroot.org>
This commit is contained in:
@@ -28,9 +28,7 @@ pub fn build(b: *std.Build) void {
|
||||
});
|
||||
mod.addImport("zlua", zlua.module("zlua"));
|
||||
|
||||
const translate_c = b.dependency("translate_c", .{
|
||||
.target = target,
|
||||
});
|
||||
const translate_c = b.dependency("translate_c", .{});
|
||||
|
||||
addCImport(b, mod, translate_c, target, optimize, "pam", "#include <security/pam_appl.h>");
|
||||
addCImport(b, mod, translate_c, target, optimize, "utmp", "#include <utmpx.h>");
|
||||
|
||||
Reference in New Issue
Block a user