IohannRabeson / VCVRack-Simple

VCVRack modules - Recorder, Clock divider, Clock
MIT License
40 stars 6 forks source link

Build is broken on windows #12

Closed eres-j closed 7 years ago

eres-j commented 7 years ago

FLAGS isn't take into account when launching make command. Apparently it should be set before including plugin.mk.

Patch: --- a/Makefile +++ b/Makefile @@ -2,9 +2,9 @@ SOURCES = $(wildcard src/*.cpp) \ utils/PulseGate.cpp

-include ../../plugin.mk +FLAGS += -I.

-FLAGS += -I"./" +include ../../plugin.mk

dist: all mkdir -p dist/Simple

IohannRabeson commented 7 years ago

I will fix that his night!

IohannRabeson commented 7 years ago

It should be fixed. Can I close this issue?

eres-j commented 7 years ago

Yes.