mirror of
https://github.com/archlinux/aur.git
synced 2026-02-09 22:44:04 +01:00
build only the main target
This commit is contained in:
parent
780082484f
commit
16a159bcb8
1 changed files with 1 additions and 1 deletions
2
PKGBUILD
2
PKGBUILD
|
|
@ -21,7 +21,7 @@ pkgver() {
|
|||
build() {
|
||||
cd -- "$srcdir/$pkgname"
|
||||
xmake config --mode=release
|
||||
xmake build -vwy
|
||||
xmake build -vwy "${pkgname%-*}"
|
||||
}
|
||||
|
||||
package() {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue