Commit 2fe4b45d authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Contribs: fix fluid compilation on Win32

Should close #5571
parent 10db18e8
...@@ -54,6 +54,6 @@ FLUIDCONF := $(HOSTCONF) \ ...@@ -54,6 +54,6 @@ FLUIDCONF := $(HOSTCONF) \
.fluid: fluidsynth .fluid: fluidsynth
$(RECONF) $(RECONF)
cd $< && $(HOSTVARS) ./configure $(FLUIDCONF) cd $< && $(HOSTVARS) CFLAGS="$(CFLAGS) -DFLUIDSYNTH_NOT_A_DLL" ./configure $(FLUIDCONF)
cd $< && $(MAKE) install cd $< && $(MAKE) install
touch $@ touch $@
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