Skip to content

Commit

Permalink
更新构建系统部分提示
Browse files Browse the repository at this point in the history
  • Loading branch information
jinzhongjia committed Dec 10, 2023
1 parent bbf2cb0 commit 415c624
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions learn/engineering/build-system.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ outline: deep

zig 本身就是一套完整的工具链,它可以用于任何语言的构建,不仅仅是 zig、C、CPP。

:::danger

注意:本章的构建系统内容是根据 `nightly` 版本制作,后续会更新 `release` 部分。

:::

::: info 🅿️ 提示

当前 zig 的标准构建器位置:[Github](https://github.com/ziglang/zig/blob/master/lib/build_runner.zig)
Expand Down

0 comments on commit 415c624

Please sign in to comment.