Skip to content

Commit

Permalink
update libnx before make for FW9.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
spacemeowx2 committed Sep 17, 2019
1 parent eeff793 commit 729ea12
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -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 \
Expand Down

0 comments on commit 729ea12

Please sign in to comment.