Skip to content

Commit

Permalink
Update zig-ape.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
jcbhmr authored Aug 13, 2024
1 parent 3a7feba commit 4a39e0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zig-ape.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ int main(int argc, char *argv[]) {
throw std::runtime_error("unsupported os");
}
#elif defined(__aarch64__)
}if (IsXnu()) {
if (IsXnu()) {
std::filesystem::copy_file("/zip/zig-macos-aarch64", cache_dir / "zig");
} else if (IsLinux()) {
std::filesystem::copy_file("/zip/zig-linux-aarch64", cache_dir / "zig");
Expand Down

0 comments on commit 4a39e0a

Please sign in to comment.