mirror of
https://github.com/oven-sh/bun
synced 2026-02-02 15:08:46 +00:00
Set to an explicit glibc
This commit is contained in:
@@ -182,6 +182,8 @@ pub fn build(b: *std.build.Builder) !void {
|
||||
} else if (arch.isX86()) {
|
||||
target.os_version_min = std.zig.CrossTarget.OsVersion{ .semver = .{ .major = 10, .minor = 14, .patch = 0 } };
|
||||
}
|
||||
} else if (target.getOs().isLinux()) {
|
||||
target.setGnuLibCVersion(2, 27, 0);
|
||||
}
|
||||
|
||||
std.mem.copy(
|
||||
|
||||
Reference in New Issue
Block a user