mirror of
https://github.com/Genymobile/scrcpy
synced 2025-08-30 13:58:08 +00:00
Revert "Fix Makefile for Windows"
In MSYS2 on Windows, the behavior is the same as on Linux.
On systems where the behavior is not the same, just customize the GRADLE
variable:
GRADLE=gradlew make release
This reverts commit de192cab1b
.
This commit is contained in:
6
Makefile
6
Makefile
@@ -1,10 +1,6 @@
|
|||||||
.PHONY: default release clean build build-app build-server run dist dist-zip sums test
|
.PHONY: default release clean build build-app build-server run dist dist-zip sums test
|
||||||
|
|
||||||
ifeq ($(OS),Windows_NT)
|
GRADLE ?= ./gradlew
|
||||||
GRADLE ?= gradlew
|
|
||||||
else
|
|
||||||
GRADLE ?= ./gradlew
|
|
||||||
endif
|
|
||||||
|
|
||||||
APP_BUILD_DIR := app-build
|
APP_BUILD_DIR := app-build
|
||||||
DIST := dist
|
DIST := dist
|
||||||
|
Reference in New Issue
Block a user