From 35ce842e8b9f4a23e591bbf63e1bd581139ace77 Mon Sep 17 00:00:00 2001 From: Joshua Strobl Date: Fri, 24 Feb 2017 23:48:58 +0200 Subject: [PATCH] Package.yml: Added %ARCH% variable macro. --- packaging/package.yml/en.md | 1 + 1 file changed, 1 insertion(+) diff --git a/packaging/package.yml/en.md b/packaging/package.yml/en.md index 627b22e..f4807c1 100644 --- a/packaging/package.yml/en.md +++ b/packaging/package.yml/en.md @@ -156,6 +156,7 @@ 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) **%CFLAGS%** | cflags as set in `eopkg.conf` **%CXXFLAGS%** | cxxflags as set in `eopkg.conf`