mirror of
https://github.com/opentx/opentx.git
synced 2025-07-13 19:40:20 +03:00
Add missing simulators to linux companion build script
This commit is contained in:
parent
ce344bc704
commit
dba05e9adf
1 changed files with 12 additions and 0 deletions
|
@ -41,12 +41,24 @@ cd build
|
|||
cmake ${COMMON_OPTIONS} -DPCB=9X ${SRCDIR}
|
||||
make -j${JOBS} libsimulator
|
||||
|
||||
cmake ${COMMON_OPTIONS} -DPCB=9X128 ${SRCDIR}
|
||||
make -j${JOBS} libsimulator
|
||||
|
||||
cmake ${COMMON_OPTIONS} -DPCB=9XR ${SRCDIR}
|
||||
make -j${JOBS} libsimulator
|
||||
|
||||
cmake ${COMMON_OPTIONS} -DPCB=9XR128 ${SRCDIR}
|
||||
make -j${JOBS} libsimulator
|
||||
|
||||
cmake ${COMMON_OPTIONS} -DPCB=GRUVIN9X ${SRCDIR}
|
||||
make -j${JOBS} libsimulator
|
||||
|
||||
cmake ${COMMON_OPTIONS} -DPCB=MEGA2560 ${SRCDIR}
|
||||
make -j${JOBS} libsimulator
|
||||
|
||||
cmake ${COMMON_OPTIONS} -DPCB=AR9X ${SRCDIR}
|
||||
make -j${JOBS} libsimulator
|
||||
|
||||
cmake ${COMMON_OPTIONS} -DPCB=SKY9X ${SRCDIR}
|
||||
make -j${JOBS} libsimulator
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue