Browse Source

soundpipe: try a command twice (fails sometimes in msys)

master
Alexandros Theodotou 8 months ago
parent
commit
03431d0411
Signed by: alex
GPG Key ID: 022EAE42313D70F3
  1. 4
      ext/Soundpipe/Makefile
  2. 2
      meson.build

4
ext/Soundpipe/Makefile vendored

@ -57,7 +57,7 @@ endif @@ -57,7 +57,7 @@ endif
cat $(HPATHS) >> $@
echo "#endif" >> $@
$(HDIR)/sp_base.h: h/base.h
$(HDIR)/sp_base.h: h/base.h
>$@
echo "#ifndef SOUNDPIPE_H" >> $@
ifdef USE_DOUBLE
@ -85,7 +85,7 @@ $(UTILDIR)/stretcher: util/stretcher.c | $(UTILDIR) @@ -85,7 +85,7 @@ $(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 > $@ || cat modules/data/*.lua > $@
bootstrap:
util/module_bootstrap.sh $(MODULE_NAME)

2
meson.build

@ -17,7 +17,7 @@ @@ -17,7 +17,7 @@
project (
'ZPlugins', ['c'],
version: '0.2.4',
version: '0.2.5',
license: 'AGPLv3+',
meson_version: '>= 0.53.0',
default_options: [

Loading…
Cancel
Save