We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03a5992 commit a515536Copy full SHA for a515536
1 file changed
ffmpeg4java-windows/native/Makefile
@@ -25,8 +25,8 @@ all: build-lib install
25
26
.PHONY: build-image
27
build-image:
28
- docker build -t ffmpeg4java-linux .
+ docker build -t ffmpeg4java-windows .
29
30
.PHONY: build-lib
31
build-lib: build-image
32
- docker run --rm -i -v $(CURDIR):/var/native ffmpeg4java-linux make checkout configure compile
+ docker run --rm -i -v $(CURDIR):/var/native ffmpeg4java-windows make checkout configure compile
0 commit comments