mirror of
https://github.com/bensuperpc/dockcross.git
synced 2025-04-02 20:19:16 +02:00
fix commit checkout script
This commit is contained in:
parent
1fa32c03ed
commit
1004f909ac
@ -14,10 +14,12 @@ fi
|
|||||||
|
|
||||||
cd /usr/src
|
cd /usr/src
|
||||||
|
|
||||||
git clone https://github.com/dvidelabs/flatcc.git flatcc -b $FLATCC_VERSION --depth 1
|
git clone https://github.com/dvidelabs/flatcc.git
|
||||||
|
|
||||||
cd flatcc
|
cd flatcc
|
||||||
|
|
||||||
|
git reset --hard $FLATCC_COMMIT
|
||||||
|
|
||||||
cmake -DFLATCC_INSTALL=on && make install > /dev/null
|
cmake -DFLATCC_INSTALL=on && make install > /dev/null
|
||||||
|
|
||||||
./scripts/cleanall.sh
|
./scripts/cleanall.sh
|
||||||
|
Loading…
x
Reference in New Issue
Block a user