mirror of
https://github.com/opentx/opentx.git
synced 2025-07-13 11:29:51 +03:00
Fix CN and TW
This commit is contained in:
parent
7d2178cb5c
commit
cda66fa13b
2 changed files with 3 additions and 4 deletions
|
@ -214,7 +214,7 @@ fi
|
|||
if [[ " TX16S COLORLCD ALL " =~ \ ${FLAVOR}\ ]] ; then
|
||||
# OpenTX on TX16S boards
|
||||
rm -rf ./* || true
|
||||
cmake "${COMMON_OPTIONS}" -DPCB=X10 -DPCBREV=TX16S -DHELI=YES -DLUA=YES -DGVARS=YES "${SRCDIR}"
|
||||
cmake "${COMMON_OPTIONS}" -DPCB=X10 -DPCBREV=TX16S -DHELI=YES -DLUA=YES -DGVARS=YES -DTRANSLATIONS=CN "${SRCDIR}"
|
||||
make -j"${CORES}" ${FIRMARE_TARGET}
|
||||
make -j"${CORES}" libsimulator
|
||||
make -j"${CORES}" tests-radio
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue