mirror of
https://github.com/libretro/scummvm.git
synced 2025-04-01 14:21:41 +00:00
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:
parent
e2e72af31d
commit
2c6dedaec8
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user