mirror of
https://github.com/Genymobile/scrcpy.git
synced 2025-04-21 03:55:05 +00:00
Don't build win32 due to lack of ffmpeg libs now
Signed-off-by: Yu-Chen Lin <npes87184@gmail.com>
This commit is contained in:
parent
2f7f662b4a
commit
dbd16f94d7
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ VERSION := $(shell git describe --tags --always)
|
|||
WIN32_TARGET := $(WIN32_TARGET_DIR)-$(VERSION).zip
|
||||
WIN64_TARGET := $(WIN64_TARGET_DIR)-$(VERSION).zip
|
||||
|
||||
release: clean zip-win32 zip-win64 sums
|
||||
release: clean zip-win64 sums
|
||||
@echo "Windows archives generated in $(DIST)/"
|
||||
|
||||
clean:
|
||||
|
|
Loading…
Add table
Reference in a new issue