mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-06-28 13:52:39 +02:00
libstrat: fix precompiled-header dependency detection
This commit is contained in:
parent
166318ba77
commit
d2e530c2aa
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user