Browse Source

fix error sometimes during Soundpipe build

master v0.2.5
Alexandros Theodotou 8 months ago
parent
commit
7ef3652ecd
Signed by: alex
GPG Key ID: 022EAE42313D70F3
  1. 3
      ext/Soundpipe/Makefile

3
ext/Soundpipe/Makefile vendored

@ -85,7 +85,8 @@ $(UTILDIR)/stretcher: util/stretcher.c | $(UTILDIR) @@ -85,7 +85,8 @@ $(UTILDIR)/stretcher: util/stretcher.c | $(UTILDIR)
$(CC) $(CFLAGS) -L/usr/local/lib $< -L. -lsoundpipe -lsndfile -lm -o $@
$(INTERMEDIATES_PREFIX)/sp_dict.lua: | $(INTERMEDIATES_PREFIX)
cat modules/data/*.lua > $@ || cat modules/data/*.lua > $@
rm -f $@
find modules/data -name '*.lua' -exec cat {} >> $@ \;
bootstrap:
util/module_bootstrap.sh $(MODULE_NAME)

Loading…
Cancel
Save