1
0
Fork 0
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:
Bertrand Songis 2016-05-02 23:36:23 +02:00
parent 30056224a6
commit d2f654e32d

View file

@ -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