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