AUTH-2796 fixed windows build

This commit is contained in:
Dalton 2020-06-09 14:15:12 -05:00 committed by Dalton Cherry
parent e054c5bb7b
commit 97a901a229
1 changed files with 2 additions and 0 deletions

View File

@ -34,6 +34,8 @@ ifeq ($(LOCAL_OS),linux)
TARGET_OS ?= linux
else ifeq ($(LOCAL_OS),darwin)
TARGET_OS ?= darwin
else ifeq ($(LOCAL_OS),windows)
TARGET_OS ?= windows
else
$(error This system's OS $(LOCAL_OS) isn't supported)
endif