Skip to content

Commit 373e55c

Browse files
committed
MISC: use --with-static-fftw in windows Dockerfile
Signed-off-by: Stefan Westerfeld <[email protected]>
1 parent ee0bdb4 commit 373e55c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

misc/Dockerfile-win

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ RUN mkdir -p /usr/local/spectmorph-win
1616
RUN cd windows; ./build-deps.sh
1717
ENV LV2_CFLAGS=-I/spectmorph/windows/prefix/include
1818
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
19+
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
2020
RUN make clean
2121
RUN make -j$(nproc)
2222
RUN make -Cvst install

0 commit comments

Comments
 (0)