1
0
Fork 0
mirror of https://github.com/Atmosphere-NX/Atmosphere.git synced 2024-09-19 21:43:29 +01:00

Fix sept-secondary build when using prebuild sept-secondary.enc (#371)

This commit is contained in:
Pedro Diaz 2019-02-23 03:57:27 +01:00 committed by SciresM
parent 1970a52fc9
commit dcf44e406e

View file

@ -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