From 77a4b5239b741e1b7311c47653fd322f9540e7af Mon Sep 17 00:00:00 2001 From: Stephen Gutekanst Date: Tue, 30 Nov 2021 16:56:13 -0700 Subject: [PATCH] glfw: update Linux system SDK Helps hexops/mach#87 Signed-off-by: Stephen Gutekanst --- glfw/system_sdk.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glfw/system_sdk.zig b/glfw/system_sdk.zig index 4662351f..9b6a85ce 100644 --- a/glfw/system_sdk.zig +++ b/glfw/system_sdk.zig @@ -46,7 +46,7 @@ pub const Options = struct { /// The Linux x86-64 SDK repository name. linux_x86_64: []const u8 = "sdk-linux-x86_64", - linux_x86_64_revision: []const u8 = "36bd27cf4d62becd7848ebc05e434688495617a0", + linux_x86_64_revision: []const u8 = "77688d6d5e93508d40b1f76d1cc9705c98163955", /// If true, the Builder.sysroot will set to the SDK path. This has the drawback of preventing /// you from including headers, libraries, etc. from outside the SDK generally. However, it can