mirror of
https://github.com/raysan5/raylib.git
synced 2025-12-25 10:22:33 -05:00
Fix CI builds after mini_al changes
This commit is contained in:
@ -83,8 +83,7 @@ endif()
|
||||
# Get the sources together
|
||||
file(GLOB raylib_sources *.c)
|
||||
file(GLOB stb_vorbis external/stb_vorbis.c)
|
||||
file(GLOB mini_al external/mini_al.c)
|
||||
set(sources ${raylib_sources} ${stb_vorbis})
|
||||
file(GLOB mini_al external/mini_al.c ${stb_vorbis})
|
||||
set(sources ${raylib_sources} ${mini_al})
|
||||
|
||||
# Which platform?
|
||||
|
||||
Reference in New Issue
Block a user