This commit is contained in:
your average coder thingy idk 2023-12-06 13:56:50 -06:00 committed by Agent X
parent 8f0099cd85
commit 777c41e50d
1 changed files with 4 additions and 0 deletions

View File

@ -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)