mirror of
https://github.com/Atmosphere-NX/Atmosphere
synced 2024-11-10 07:06:34 +00:00
Fix sept-secondary build when using prebuild sept-secondary.enc (#371)
This commit is contained in:
parent
1970a52fc9
commit
dcf44e406e
1 changed files with 1 additions and 0 deletions
|
@ -124,6 +124,7 @@ ifeq ($(strip $(SEPT_ENC_PATH)),)
|
||||||
@[ -d $@ ] || mkdir -p $@
|
@[ -d $@ ] || mkdir -p $@
|
||||||
@$(MAKE) --no-print-directory -C $(BUILD) -f $(CURDIR)/Makefile
|
@$(MAKE) --no-print-directory -C $(BUILD) -f $(CURDIR)/Makefile
|
||||||
else
|
else
|
||||||
|
@touch $(TOPDIR)/sept-secondary.bin
|
||||||
@cp $(SEPT_ENC_PATH) $(TOPDIR)/sept-secondary.enc
|
@cp $(SEPT_ENC_PATH) $(TOPDIR)/sept-secondary.enc
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue