AUTH-2796 fixed windows build
This commit is contained in:
parent
e054c5bb7b
commit
97a901a229
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
|
||||||
|
|
Loading…
Reference in New Issue