From d5cedffecb6cc940d51c503a5ff5e8e7d9f33041 Mon Sep 17 00:00:00 2001 From: EmeraldLockdown <86802223+EmeraldLoc@users.noreply.github.com> Date: Tue, 24 Mar 2026 23:36:29 -0500 Subject: [PATCH] Dangit v2 --- Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 80b262f4b..82f14d136 100644 --- a/Makefile +++ b/Makefile @@ -517,7 +517,11 @@ ifeq ($(DISCORD_SDK),1) SRC_DIRS += src/pc/discord endif -SRC_DIRS += src/pc/mumble src/pc/linenoise +ifeq ($(WINDOWS_BUILD),0) + SRC_DIRS += src/pc/linenoise +endif + +SRC_DIRS += src/pc/mumble ULTRA_SRC_DIRS := lib/src lib/src/math lib/asm lib/data ULTRA_BIN_DIRS := lib/bin