Skip to content
Snippets Groups Projects

Build system fixes

Merged Albert Gräf requested to merge aggraef/purr-data:taremup-fixes into master
3 files
+ 17
9
Compare changes
  • Side-by-side
  • Inline
Files
3
+ 1
1
@@ -292,7 +292,7 @@ then
@@ -292,7 +292,7 @@ then
# s_stuff.h when we copy it below. XXXNOTE AG: The build seems
# s_stuff.h when we copy it below. XXXNOTE AG: The build seems
# to work just fine even when skipping all this, so why again
# to work just fine even when skipping all this, so why again
# is this needed?
# is this needed?
make -C .. git_version
test -f ../../pd/src/s_stuff.h || make -C .. git_version
cp ../../pd/src/g_all_guis.h ../../externals/build/include
cp ../../pd/src/g_all_guis.h ../../externals/build/include
cp ../../pd/src/g_canvas.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_imp.h ../../externals/build/include
Loading