1
0
Fork 0

Fix build failures uncovered by #18753 (#18789)

This commit is contained in:
Ryan 2022-10-21 07:28:18 +11:00 committed by GitHub
parent af678521c1
commit a7d6643e3d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 7 additions and 8 deletions

View file

@ -1 +1,3 @@
SRC += muse.c
ifeq ($(strip $(AUDIO_ENABLE)), yes)
SRC += muse.c
endif