mirror of
https://github.com/fumiama/terasu-cloudflared.git
synced 2026-06-11 21:50:25 +08:00
AUTH-2796 fixed windows build
This commit is contained in:
2
Makefile
2
Makefile
@@ -34,6 +34,8 @@ ifeq ($(LOCAL_OS),linux)
|
|||||||
TARGET_OS ?= linux
|
TARGET_OS ?= linux
|
||||||
else ifeq ($(LOCAL_OS),darwin)
|
else ifeq ($(LOCAL_OS),darwin)
|
||||||
TARGET_OS ?= darwin
|
TARGET_OS ?= darwin
|
||||||
|
else ifeq ($(LOCAL_OS),windows)
|
||||||
|
TARGET_OS ?= windows
|
||||||
else
|
else
|
||||||
$(error This system's OS $(LOCAL_OS) isn't supported)
|
$(error This system's OS $(LOCAL_OS) isn't supported)
|
||||||
endif
|
endif
|
||||||
|
|||||||
Reference in New Issue
Block a user