From 777c41e50dd57ecf8f9f127891f3fdd0d134f9a4 Mon Sep 17 00:00:00 2001 From: your average coder thingy idk <86753001+AbnormalPoof@users.noreply.github.com> Date: Wed, 6 Dec 2023 13:56:50 -0600 Subject: [PATCH] kablamo (#561) --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index 6bb9afe6..5d248c99 100644 --- a/Makefile +++ b/Makefile @@ -109,6 +109,10 @@ ifeq ($(HOST_OS),Windows) WINDOWS_BUILD := 1 endif +ifeq ($(HOST_OS),Darwin) + OSX_BUILD := 1 +endif + # MXE overrides ifeq ($(WINDOWS_BUILD),1)