1
0
Fork 0
mirror of https://github.com/Atmosphere-NX/Atmosphere.git synced 2024-09-20 05:53:24 +01:00

libstrat: fix precompiled-header dependency detection

This commit is contained in:
Michael Scire 2020-10-30 11:56:12 -07:00
parent 166318ba77
commit d2e530c2aa

View file

@ -110,7 +110,7 @@ clean:
#--------------------------------------------------------------------------------- #---------------------------------------------------------------------------------
else else
DEPENDS := $(OFILES:.o=.d) $(foreach hdr,$(GCH_FILES:.gch=.d),$(notdir $(hdr))) DEPENDS := $(OFILES:.o=.d) $(foreach hdr,$(GCH_FILES:.hpp.gch=.d),$(notdir $(hdr)))
#--------------------------------------------------------------------------------- #---------------------------------------------------------------------------------
# main targets # main targets