mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2024-11-05 19:51:45 +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 $@
|
||||
@$(MAKE) --no-print-directory -C $(BUILD) -f $(CURDIR)/Makefile
|
||||
else
|
||||
@touch $(TOPDIR)/sept-secondary.bin
|
||||
@cp $(SEPT_ENC_PATH) $(TOPDIR)/sept-secondary.enc
|
||||
endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue