use companion target
This commit is contained in:
parent
fcd58bf333
commit
3469bf3c10
1 changed files with 2 additions and 1 deletions
3
PKGBUILD
3
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() {
|
||||
|
|
Loading…
Add table
Reference in a new issue