Disable sound precomp for now

This commit is contained in:
MysterD 2023-04-23 14:00:09 -07:00
parent 279e5c35b5
commit 9d23ca5f1d
1 changed files with 1 additions and 1 deletions

View File

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