build-style/cmake.sh: allow build subdirectory
This commit is contained in:
parent
1de91493ce
commit
e30ccdc3ea
2 changed files with 9 additions and 6 deletions
|
@ -545,7 +545,9 @@ to execute a `build_style` script must be defined via `$hostmakedepends`.
|
|||
The current list of available `build_style` scripts is the following:
|
||||
|
||||
- `cmake` For packages that use the CMake build system, configuration arguments
|
||||
can be passed in via `configure_args`.
|
||||
can be passed in via `configure_args`. The `cmake_builddir` variable may be
|
||||
defined to specify the directory for building under `build_wrksrc` instead of
|
||||
the default `build`.
|
||||
|
||||
- `configure` For packages that use non-GNU configure scripts, at least `--prefix=/usr`
|
||||
should be passed in via `configure_args`.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue