From 97a901a229a1471d6e5e37c084da3e7dff37d406 Mon Sep 17 00:00:00 2001 From: Dalton Date: Tue, 9 Jun 2020 14:15:12 -0500 Subject: [PATCH] AUTH-2796 fixed windows build --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 12ec9209..56158453 100644 --- a/Makefile +++ b/Makefile @@ -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