mirror of
https://github.com/opentx/opentx.git
synced 2025-07-23 16:25:16 +03:00
Build scripts update
This commit is contained in:
parent
30056224a6
commit
d2f654e32d
1 changed files with 2 additions and 2 deletions
|
@ -16,7 +16,7 @@ mkdir build || true
|
|||
cd build
|
||||
rm -rf *
|
||||
|
||||
COMMON_OPTIONS=-DALLOW_NIGHTLY_BUILDS=YES -DVERSION_SUFFIX=$2
|
||||
COMMON_OPTIONS="-DALLOW_NIGHTLY_BUILDS=YES -DVERSION_SUFFIX=$2"
|
||||
|
||||
cmake ${COMMON_OPTIONS} -DPCB=9X ${SRCDIR}
|
||||
make libsimulator
|
||||
|
@ -45,4 +45,4 @@ make libsimulator
|
|||
cmake ${COMMON_OPTIONS} -DPCB=HORUS ${SRCDIR}
|
||||
make libsimulator
|
||||
|
||||
make installer
|
||||
make package
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue