From 1d55b813e090271d2774a7637ec3c077a2847c43 Mon Sep 17 00:00:00 2001 From: Chris Heyes <22148308+hazeycode@users.noreply.github.com> Date: Sun, 9 Feb 2025 14:45:46 +0000 Subject: [PATCH] Update system_sdk (no longer uses LFS) --- build.zig.zon | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.zig.zon b/build.zig.zon index 261eee9..e9f23a9 100644 --- a/build.zig.zon +++ b/build.zig.zon @@ -10,7 +10,7 @@ }, .dependencies = .{ .system_sdk = .{ - .url = "https://github.com/zig-gamedev/system_sdk/archive/bf49d627a191e339f70e72668c8333717fb969b0.tar.gz", + .url = "https://github.com/zig-gamedev/system_sdk/archive/d1e724748d15cfcbf50c45ec7c7019688d45b16a.tar.gz", .hash = "122047a9298c4c9dd43389d418d6826d469b192246ba0944102964cdc57f94c562df", }, },