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 ...@@ -132,13 +132,13 @@ then
if [ -d .git ]; then if [ -d .git ]; then
# check if Gem submodule is empty, and if so do first init # check if Gem submodule is empty, and if so do first init
if [ "$(ls -A Gem)" ]; then if [ "$(ls -A Gem)" ]; then
#git submodule update git submodule update
git submodule foreach git pull origin master #git submodule foreach git pull origin master
else else
# init all submodules (only necessary the first time) # init all submodules (only necessary the first time)
git submodule init git submodule init
#git submodule update git submodule update
git submodule foreach git pull origin master #git submodule foreach git pull origin master
fi fi
fi fi
...@@ -332,7 +332,7 @@ then ...@@ -332,7 +332,7 @@ then
make make
cd ../ cd ../
make clean 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~.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 -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 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