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);
// Glfw
glfw.link(b, step, .{
try glfw.link(b, step, .{
.metal = false,
.opengl = false, // Found at runtime
});

View File

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

2
vendor/mach vendored

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