From 9d23ca5f1d3e650e1e1e40ca10f57ec14334632d Mon Sep 17 00:00:00 2001 From: MysterD Date: Sun, 23 Apr 2023 14:00:09 -0700 Subject: [PATCH] Disable sound precomp for now --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9da5fadc..0ad27543 100644 --- a/Makefile +++ b/Makefile @@ -924,7 +924,7 @@ endif # precomp custom sounds # hacky stupid thing for windows builds (non-auto-builder) # this way it won't fail to compile custom sounds anymore -ifeq ($(WINDOWS_BUILD),1) +ifeq ($(WINDOWS_BUILD),999) ifeq ($(WINDOWS_AUTO_BUILDER),1) else ifeq ($(filter clean distclean,$(MAKECMDGOALS)),)