Skip to content

Commit

Permalink
修复错误
Browse files Browse the repository at this point in the history
  • Loading branch information
jinzhongjia committed Jan 2, 2024
1 parent 9273c2c commit cbb7c0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion learn/engineering/build-system.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ pub fn build(b: *std.Build) void {
// 此操作允许用户通过构建系统的命令传递参数,例如 zig build -- arg1 arg2
// 当前是将参数传递给运行构建结果
if (b.args) |args| {
run_cmd.addArgs(args);
run_exe.addArgs(args);
}
// 指定一个 step 为 run // [!code focus]
Expand Down

0 comments on commit cbb7c0b

Please sign in to comment.