From f74bed29f9b776ba8d0407c528ac9137764b99ee Mon Sep 17 00:00:00 2001 From: PgBiel <9021226+PgBiel@users.noreply.github.com> Date: Mon, 22 Apr 2024 03:31:51 -0300 Subject: [PATCH] add comment on glistix build --- src/compiler/architecture/cli-modifications.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/compiler/architecture/cli-modifications.md b/src/compiler/architecture/cli-modifications.md index 2d74718..6fac19c 100644 --- a/src/compiler/architecture/cli-modifications.md +++ b/src/compiler/architecture/cli-modifications.md @@ -13,3 +13,5 @@ We have changed the following parts of the CLI (crate `compiler-cli`): 4. `dependency.rs` (resolving versions for the `manifest.toml`): - Implement `local-overrides` from `[glistix.preview]` by replacing provided (local/Git) dependencies with what the root package specified for them, if overridden by the root. 5. `fs.rs`: Added Git operations used by `new.rs`. + +`glistix build` (`build.rs`) wasn't directly modified, but it now supports `--target nix` as well.