From 76aef9ba5b3cc12de7df89b4599cb648af8e0978 Mon Sep 17 00:00:00 2001 From: Klaus Aehlig Date: Mon, 16 Dec 2024 11:57:54 +0100 Subject: Update derived files --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b9d3774..d82722c 100644 --- a/README.md +++ b/README.md @@ -454,7 +454,7 @@ Library produced by generic shell commands with toolchain support. | `"lib_prefix"` | Prefix where libraries will be installed by Make. Individual directory components are joined with `"/"`. Defaults to `"lib"` if not set. | | `"pc_prefix"` | Prefix where pkg-config files will be installed by Make. Individual directory components are joined with `"/"`. Defaults to `"lib/pkgconfig"` if not set. | | `"resolve_symlinks"` | Resolve all symlinks in the install directory. This operation is performed immediately after `"cmds"` were executed. | -| `"project"` | The project directory. It should contain a single tree artifact. It's path can be accessed via the `"WORKDIR"` variable. | +| `"project"` | The project directory. The disjoint union of the artifacts of the targets specified here are taken as project directory. Its path can be accessed via the `"WORKDIR"` variable. | | `"localbase"` | Artifacts to stage to `"LOCALBASE"`. | | `"deps"` | Public dependency on other CC libraries. | @@ -475,7 +475,7 @@ Data produced by generic shell commands with toolchain support. | `"outs"` | Paths to the produced output files in `"DESTDIR"`. | | `"out_dirs"` | Paths to the produced output directories in `"DESTDIR"`. | | `"resolve_symlinks"` | Resolve all symlinks in the install directory. This operation is performed immediately after `"cmds"` were executed. | -| `"project"` | The project directory. It should contain a single tree artifact. It's path can be accessed via the `"WORKDIR"` variable. | +| `"project"` | The project directory. The disjoint union of the artifacts of the targets specified here are taken as project directory. Its path can be accessed via the `"WORKDIR"` variable. | | `"localbase"` | Artifacts to stage to `"LOCALBASE"`. | | `"deps"` | CC targets to install to `"LOCALBASE"`. | -- cgit v1.2.3