mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2024-11-22 12:05:11 +00:00
Disable sound precomp for now
This commit is contained in:
parent
b8bb399481
commit
f45db70587
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -924,7 +924,7 @@ endif
|
||||||
# precomp custom sounds
|
# precomp custom sounds
|
||||||
# hacky stupid thing for windows builds (non-auto-builder)
|
# hacky stupid thing for windows builds (non-auto-builder)
|
||||||
# this way it won't fail to compile custom sounds anymore
|
# this way it won't fail to compile custom sounds anymore
|
||||||
ifeq ($(WINDOWS_BUILD),1)
|
ifeq ($(WINDOWS_BUILD),999)
|
||||||
ifeq ($(WINDOWS_AUTO_BUILDER),1)
|
ifeq ($(WINDOWS_AUTO_BUILDER),1)
|
||||||
else
|
else
|
||||||
ifeq ($(filter clean distclean,$(MAKECMDGOALS)),)
|
ifeq ($(filter clean distclean,$(MAKECMDGOALS)),)
|
||||||
|
|
Loading…
Reference in a new issue