Skip to content
Snippets Groups Projects
Commit 17b06422 authored by Ivica Bukvic's avatar Ivica Bukvic
Browse files

*added refresh of includes for 3rd party externals as part of the full install

parent b185a9da
No related branches found
No related tags found
No related merge requests found
......@@ -234,6 +234,13 @@ then
if [ $full -gt 1 -o $deb -eq 2 ]
then
make distclean
cp ../../pd/src/g_all_guis.h ../../externals/build/include
cp ../../pd/src/g_canvas.h ../../externals/build/include
cp ../../pd/src/m_imp.h ../../externals/build/include
cp ../../pd/src/m_pd.h ../../externals/build/include
cp ../../pd/src/s_stuff.h ../../externals/build/include
cp ../../pd/src/t_tk.h ../../externals/build/include
cp ../../pd/src/g_all_guis.h ../../externals/build/include
rm -rf build/
fi
if [ $rpi -eq 0 ]
......
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