mirror of
https://github.com/bensuperpc/dockcross.git
synced 2025-06-10 21:19:26 +02:00
bump to new release of flatcc, use version tags
This commit is contained in:
@ -14,12 +14,10 @@ fi
|
||||
|
||||
cd /usr/src
|
||||
|
||||
git clone https://github.com/dvidelabs/flatcc.git
|
||||
git clone https://github.com/dvidelabs/flatcc.git -b v$FLATCC_VERSION
|
||||
|
||||
cd flatcc
|
||||
|
||||
git reset --hard $FLATCC_COMMIT
|
||||
|
||||
cmake -DFLATCC_INSTALL=on && make install > /dev/null
|
||||
|
||||
./scripts/cleanall.sh
|
||||
|
Reference in New Issue
Block a user