diff --git a/dep/Makefile b/dep/Makefile index c430cc07..a6cf77f9 100755 --- a/dep/Makefile +++ b/dep/Makefile @@ -89,7 +89,7 @@ $(libzip): $(portmidi): git clone https://github.com/AndrewBelt/portmidi.git $@ - cd $@ && $(CMAKE) . -DCMAKE_INSTALL_PREFIX="$(LOCAL)" + cd $@ && $(CMAKE) . -DCMAKE_INSTALL_PREFIX="$(LOCAL)" -DCMAKE_BUILD_TYPE=Release $(MAKE) -C $@ $(MAKE) -C $@ install