From 3469bf3c106f4fc8baaf43ff55eaa4706910d589 Mon Sep 17 00:00:00 2001 From: lod Date: Wed, 12 Mar 2025 19:27:28 +0100 Subject: [PATCH] use companion target --- PKGBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/PKGBUILD b/PKGBUILD index 276f284..9e67dea 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -103,7 +103,8 @@ build() { cmake --build native --target libsimulator done - cmake ${BUILD_OPTIONS} "$srcdir/edgetx/build/native" + cmake --build . --target native-configure + cmake --build native --target companion } package() {