Commit ae41cb9d authored by Pierre Ynard's avatar Pierre Ynard

contribs: fix fluidsynth patching

./autogen.sh always returns an error for some reason... but ignoring
the error works anyway
parent 2c4fdc1b
......@@ -2348,7 +2348,7 @@ fluidsynth: fluidsynth-$(FLUID_VERSION).tar.gz
$(EXTRACT_GZ)
ifdef HAVE_WIN32
patch -p0 < Patches/fluid-win32.patch
cd $@; ./autogen.sh
cd $@; ./autogen.sh || true
endif
.fluid: fluidsynth
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment