From 9b46ee3e01383dc37bc418086d11e92598b03b09 Mon Sep 17 00:00:00 2001 From: probonopd Date: Sun, 20 Apr 2025 19:02:16 +0200 Subject: [PATCH] circle-stdlib for circle Step49 --- submod.sh | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/submod.sh b/submod.sh index c62e387..6685bef 100755 --- a/submod.sh +++ b/submod.sh @@ -7,18 +7,18 @@ git submodule update --init --recursive # Use fixed master branch of circle-stdlib then re-update cd circle-stdlib/ git reset --hard -git checkout 3bd135d +git checkout 1111eee # Matches Circle Step49 git submodule update --init --recursive cd - # Optional update submodules explicitly -cd circle-stdlib/libs/circle -git reset --hard -git checkout tags/Step49 -cd - -cd circle-stdlib/libs/circle-newlib +#cd circle-stdlib/libs/circle +#git reset --hard +#git checkout tags/Step49 +#cd - +#cd circle-stdlib/libs/circle-newlib #git checkout develop -cd - +#cd - # Use fixed master branch of Synth_Dexed cd Synth_Dexed/