Skip to content
Snippets Groups Projects
Commit a9fa6edf authored by Jonathan Wilkes's avatar Jonathan Wilkes
Browse files

port aa6126adae5613d337cc71cee17b0078485dcc05 from Pd-l2ork: added temporary...

port aa6126adae5613d337cc71cee17b0078485dcc05 from Pd-l2ork: added temporary fix for rtcmix build until it is fixed upstream
parent 9c9e0a88
No related branches found
No related tags found
No related merge requests found
......@@ -132,13 +132,13 @@ then
if [ -d .git ]; then
# check if Gem submodule is empty, and if so do first init
if [ "$(ls -A Gem)" ]; then
#git submodule update
git submodule foreach git pull origin master
git submodule update
#git submodule foreach git pull origin master
else
# init all submodules (only necessary the first time)
git submodule init
#git submodule update
git submodule foreach git pull origin master
git submodule update
#git submodule foreach git pull origin master
fi
fi
......@@ -332,7 +332,7 @@ then
make
cd ../
make clean
make
make LINUXINCLUDE=-I../../pd/src
cp -f rtcmix~.pd_linux ../../packages/linux_make/build$inst_dir/lib/pd-l2ork/extra
cp -f rtcmix~-help.pd ../../packages/linux_make/build$inst_dir/lib/pd-l2ork/extra
cp -rf lib ../../packages/linux_make/build$inst_dir/lib/pd-l2ork/extra
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment