Fix CI builds after mini_al changes

This commit is contained in:
Ahmad Fatoum
2017-12-06 22:18:14 +01:00
parent 203b2f65d1
commit de78fa69bc
5 changed files with 5 additions and 8 deletions

View File

@ -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?