build: fix mistaken dependency for iOS simulator lib

This commit is contained in:
Mitchell Hashimoto
2024-01-14 19:39:27 -08:00
parent 875a774d4b
commit 635e6808f6

View File

@@ -462,7 +462,7 @@ pub fn build(b: *std.Build) !void {
// Add our library to zig-out
const ios_sim_lib_install = b.addInstallLibFile(
ios_lib_path,
ios_sim_lib_path,
"libghostty-ios-simulator.a",
);
b.getInstallStep().dependOn(&ios_sim_lib_install.step);