From 729ea12ec559715e587e01f8903b554c4d01af0e Mon Sep 17 00:00:00 2001 From: spacemeowx2 Date: Tue, 17 Sep 2019 18:42:11 +0800 Subject: [PATCH] update libnx before make for FW9.0.0 --- .drone.yml | 2 +- Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index a817e72..d1f6a55 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,7 +7,7 @@ pipeline: build: image: devkitpro/devkita64_devkitarm:20190720 commands: - # - dkp-pacman -Sy --noconfirm libnx devkitA64 + - dkp-pacman -Sy --noconfirm libnx - make -j8 rename: image: alpine diff --git a/Dockerfile b/Dockerfile index f278efd..1f81c23 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM devkitpro/devkita64_devkitarm:20190720 -# RUN dkp-pacman -Sy --noconfirm libnx devkitA64 +RUN dkp-pacman -Sy --noconfirm libnx # RUN git clone -b v2.1.0 https://github.com/switchbrew/libnx.git --depth=1 \ # && cd libnx \ # && make install \