update mach

This commit is contained in:
Mitchell Hashimoto
2022-10-13 11:03:23 -07:00
parent e493a722a3
commit 699da6fcfe
3 changed files with 3 additions and 3 deletions

View File

@ -214,7 +214,7 @@ fn addDeps(
_ = try utf8proc.link(b, step); _ = try utf8proc.link(b, step);
// Glfw // Glfw
glfw.link(b, step, .{ try glfw.link(b, step, .{
.metal = false, .metal = false,
.opengl = false, // Found at runtime .opengl = false, // Found at runtime
}); });

View File

@ -58,7 +58,7 @@ stdenv.mkDerivation rec {
installPhase = '' installPhase = ''
runHook preInstall runHook preInstall
export SDK_PATH=${src}/vendor/mach-sdk export MACH_SDK_PATH=${src}/vendor/mach-sdk
zig build \ zig build \
-Dcpu=baseline \ -Dcpu=baseline \
--prefix $out \ --prefix $out \

2
vendor/mach vendored

@ -1 +1 @@
Subproject commit e03ff5aeba9f4120fa9024461e929d2445e46843 Subproject commit 945b905bc7f5557b72d70586bb231053e1b55d47