mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-04-20 03:24:51 +00:00
build: don't choke on stratosphere.hpp.gch file from unclean pre-1.3.0 build dir
This commit is contained in:
parent
b69fa13576
commit
679e0aab4f
1 changed files with 1 additions and 0 deletions
|
@ -305,4 +305,5 @@ ATMOSPHERE_GCH_IDENTIFIER := $(ATMOSPHERE_FULL_NAME)
|
|||
$(SILENTCMD)$(CXX) -w -x c++-header -MMD -MP -MQ$@ -MF $(DEPSDIR)/$(notdir $*).d $(CXXFLAGS) -c $< -o $@ $(ERROR_FILTER)
|
||||
|
||||
%.hpp.gch: %.hpp
|
||||
@[ -f $@ ] && rm -f $@
|
||||
@[ -d $@ ] || mkdir -p $@
|
||||
|
|
Loading…
Add table
Reference in a new issue