build only the main target

This commit is contained in:
Ren Tatsumoto 2023-07-23 22:15:13 +03:00
parent 780082484f
commit 16a159bcb8

View file

@ -21,7 +21,7 @@ pkgver() {
build() {
cd -- "$srcdir/$pkgname"
xmake config --mode=release
xmake build -vwy
xmake build -vwy "${pkgname%-*}"
}
package() {