use companion target

This commit is contained in:
lod 2025-03-12 19:27:28 +01:00
parent fcd58bf333
commit 3469bf3c10

View file

@ -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() {