Skip to content

Commit 93be463

Browse files
committed
Added missing resource to audio_module_playing example #5664
1 parent 5cd7202 commit 93be463

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

examples/Makefile.Web

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1570,7 +1570,8 @@ audio/audio_mixed_processor: audio/audio_mixed_processor.c
15701570
--preload-file audio/resources/coin.wav@resources/coin.wav
15711571

15721572
audio/audio_module_playing: audio/audio_module_playing.c
1573-
$(CC) -o $@$(EXT) $< $(CFLAGS) $(INCLUDE_PATHS) $(LDFLAGS) $(LDLIBS) -D$(PLATFORM)
1573+
$(CC) -o $@$(EXT) $< $(CFLAGS) $(INCLUDE_PATHS) $(LDFLAGS) $(LDLIBS) -D$(PLATFORM) \
1574+
--preload-file audio/resources/mini1111.xm@resources/mini1111.xm
15741575

15751576
audio/audio_music_stream: audio/audio_music_stream.c
15761577
$(CC) -o $@$(EXT) $< $(CFLAGS) $(INCLUDE_PATHS) $(LDFLAGS) $(LDLIBS) -D$(PLATFORM) \

0 commit comments

Comments
 (0)