Skip to content
Snippets Groups Projects
Unverified Commit c38aa787 authored by Ralph Giles's avatar Ralph Giles
Browse files

mingw: Base docker container on Fedora 24.

parent 0f4622e9
No related branches found
No related tags found
No related merge requests found
FROM fedora:23
FROM fedora:24
MAINTAINER opus@xiph.org
# Linux build.
......
......@@ -88,7 +88,7 @@ ssl_BUILD: $(ssl_DIR)
# CROSS_COMPILE="i686-w64-mingw32-" ./Configure mingw no-asm no-shared --prefix=$PWD/mingw && make depend && make -j8 && make install
# Package the binaries.
DIST := opusfile-0.7rc-f22docker-win32
DIST := opusfile-0.8-f24docker-win32
package: $(DIST).zip
$(DIST).zip: $(DIST)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment