mirror of https://github.com/probonopd/MiniDexed
Fix for issue #424 create a build script to check out the correct versions of sub libraries.
parent
be594f53ef
commit
8f3b794f7f
@ -0,0 +1,13 @@ |
|||||||
|
#!/bin/bash |
||||||
|
set -ex |
||||||
|
git submodule update --init --recursive |
||||||
|
cd circle-stdlib/ |
||||||
|
git checkout e318f89 # Needed to support Circle develop? |
||||||
|
cd - |
||||||
|
cd circle-stdlib/libs/circle |
||||||
|
git checkout ec09d7e # develop |
||||||
|
cd - |
||||||
|
cd circle-stdlib/libs/circle-newlib |
||||||
|
git checkout 48bf91d # needed for circle ec09d7e |
||||||
|
cd - |
||||||
|
|
Loading…
Reference in new issue