From 40b1406e290ec7e965fbdefe82dd6498dcaf5ba2 Mon Sep 17 00:00:00 2001 From: EmeraldLockdown <86802223+EmeraldLoc@users.noreply.github.com> Date: Fri, 8 Dec 2023 18:02:08 +0000 Subject: [PATCH] Remove temp fixes for macOS (#564) * Remove temp fixes * Update Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5d248c99..7ac7517c 100644 --- a/Makefile +++ b/Makefile @@ -57,7 +57,7 @@ ASAN ?= 0 HEADLESS ?= 0 # Enable Game ICON ICON ?= 1 -# Use .app (mac only) +# Use .app (for macOS) USE_APP ?= 1 # Various workarounds for weird toolchains