fix bug for commit 5eae708 (#317)

This commit is contained in:
sjinzh
2023-02-01 21:13:30 +08:00
committed by GitHub
parent ad8859502c
commit 6cd6d5589e
3 changed files with 7 additions and 7 deletions

View File

@@ -4,7 +4,7 @@
const std = @import("std");
// Zig Version: 0.10.0
// Zig Version: 0.10.1
// Build Command: zig build
pub fn build(b: *std.build.Builder) void {
const target = b.standardTargetOptions(.{});