3DS: Add missing makefile dependency

Make cannot automatically deduce that the shader assembler generates the
.h file that is required to build osystem-graphics.cpp.
This commit is contained in:
Bastien Bouclet 2019-12-25 08:59:17 +01:00
parent e2e72af31d
commit 2c6dedaec8

View File

@ -101,3 +101,6 @@ vpath %.shlist $(srcdir)
%.shbin.o : %.shlist
@echo $(notdir $<)
@$(call shader-as,$(foreach file,$(shell cat $<),$(dir $<)/$(file)))
# osystem-graphics.cpp includes shader_shbin.h that is generated by the shader assembler
backends/platform/3ds/osystem-graphics.o: backends/platform/3ds/shader.shbin.o