mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-01-24 05:40:40 +00:00
update mach
This commit is contained in:
@@ -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
|
||||
});
|
||||
|
||||
@@ -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
2
vendor/mach
vendored
Submodule vendor/mach updated: e03ff5aeba...945b905bc7
Reference in New Issue
Block a user