mirror of
https://github.com/fairyglade/ly.git
synced 2026-06-22 07:22:00 +00:00
Always build translate-c in Debug
Signed-off-by: AnErrupTion <anerruption@disroot.org>
This commit is contained in:
@@ -16,7 +16,6 @@ pub fn build(b: *std.Build) void {
|
||||
|
||||
const translate_c = b.dependency("translate_c", .{
|
||||
.target = target,
|
||||
.optimize = optimize,
|
||||
});
|
||||
|
||||
addCImport(b, mod, translate_c, target, optimize, "pam", "#include <security/pam_appl.h>");
|
||||
|
||||
Reference in New Issue
Block a user