Skip to content

Commit

Permalink
packone needs simdify & lilac-loop main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
hexdump0815 committed Oct 25, 2020
1 parent a7fc34a commit eb2681e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion prepare-modules.sh
Original file line number Diff line number Diff line change
Expand Up @@ -371,6 +371,7 @@ fi
if [ -f ../../../vcvrack-packone.$MYARCH.patch ]; then
patch -p1 < ../../../vcvrack-packone.$MYARCH.patch
fi
find * -type f -exec ../../../../simde-ify.sh {} \;
cd ..

# go back to a defined starting point to be on the safe side
Expand Down Expand Up @@ -876,7 +877,7 @@ if [ -f ../../source/lilac-loop-vcv-source.tar.gz ]; then
else
git clone https://github.com/grough/lilac-loop-vcv
cd lilac-loop-vcv
git checkout master
git checkout main
git submodule update --init --recursive
( cd ../../.. ; mkdir -p source ; tar czf source/lilac-loop-vcv-source.tar.gz compile/plugins/lilac-loop-vcv )
fi
Expand Down

0 comments on commit eb2681e

Please sign in to comment.