Package.yml: Added %ARCH% variable macro.
This commit is contained in:
parent
5ce2d29442
commit
35ce842e8b
|
@ -156,6 +156,7 @@ Macro | Description
|
||||||
|
|
||||||
Macro | Description
|
Macro | Description
|
||||||
---- | ----
|
---- | ----
|
||||||
|
**%ARCH%** | Indicates the current build architecture.
|
||||||
**%CONFOPTS%** | Flags / options for configuration, such as `--prefix=/usr`. [Full List.](https://github.com/solus-project/ypkg/blob/master/ypkg2/rc.yml#L74)
|
**%CONFOPTS%** | Flags / options for configuration, such as `--prefix=/usr`. [Full List.](https://github.com/solus-project/ypkg/blob/master/ypkg2/rc.yml#L74)
|
||||||
**%CFLAGS%** | cflags as set in `eopkg.conf`
|
**%CFLAGS%** | cflags as set in `eopkg.conf`
|
||||||
**%CXXFLAGS%** | cxxflags as set in `eopkg.conf`
|
**%CXXFLAGS%** | cxxflags as set in `eopkg.conf`
|
||||||
|
|
Reference in New Issue