We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee0bdb4 commit 373e55cCopy full SHA for 373e55c
misc/Dockerfile-win
@@ -16,7 +16,7 @@ RUN mkdir -p /usr/local/spectmorph-win
16
RUN cd windows; ./build-deps.sh
17
ENV LV2_CFLAGS=-I/spectmorph/windows/prefix/include
18
ENV LV2_LIBS=-L/spectmorph/windows/prefix/lib
19
-RUN ./autogen.sh --prefix=/usr/local/spectmorph-win --disable-shared --without-qt --with-fonts --host=x86_64-w64-mingw32.static --with-download-instruments
+RUN ./autogen.sh --prefix=/usr/local/spectmorph-win --disable-shared --with-static-fftw --without-qt --with-fonts --host=x86_64-w64-mingw32.static --with-download-instruments
20
RUN make clean
21
RUN make -j$(nproc)
22
RUN make -Cvst install
0 commit comments