glfw: fix sdk-linux-x86_64 pinned commit
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
148b2fcc6b
commit
1bc121e0b1
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ pub const Options = struct {
|
||||||
.is_default = true,
|
.is_default = true,
|
||||||
.name = "sdk-linux-x86_64",
|
.name = "sdk-linux-x86_64",
|
||||||
.git_addr = "https://github.com/hexops/sdk-linux-x86_64",
|
.git_addr = "https://github.com/hexops/sdk-linux-x86_64",
|
||||||
.git_revision = "311a0f18a2350c032a40b5917ae25c05cf500683s",
|
.git_revision = "311a0f18a2350c032a40b5917ae25c05cf500683",
|
||||||
.cpu_arch = &.{.x86_64},
|
.cpu_arch = &.{.x86_64},
|
||||||
.os_tag = .linux,
|
.os_tag = .linux,
|
||||||
.os_version = .{
|
.os_version = .{
|
||||||
|
|
Loading…
Add table
Reference in a new issue