Pārlūkot izejas kodu
Review prerequisites of rcore.c (#3453 )
rcore_desktop_sdl.c was not present in the list of prerequisites this
patch changes them to use a wildcard, so any other platforms added in
future will be tracked properly
pull/3455/head
Peter0x44
pirms 1 gada
committed by
GitHub
vecāks
revīzija
b3028e4891
Šim parakstam datu bāzē netika atrasta zināma atslēga
GPG atslēgas ID: 4AEE18F83AFDEB23
1 mainītis faili ar
1 papildinājumiem un
1 dzēšanām
src/Makefile
@ -633,7 +633,7 @@ endif
# Compile all modules with their prerequisites
# Prerequisites of core module
rcore.o : platforms /rcore_android .c platforms /rcore_desktop .c platforms /rcore_drm .c platforms /rcore_template .c platforms /rcore_web .c
rcore.o : platforms /* .c
# Compile core module
rcore.o : rcore .c raylib .h rlgl .h utils .h raymath .h rcamera .h rgestures .h