Skip to content

Commit

Permalink
build: use latest build tools from pacman
Browse files Browse the repository at this point in the history
  • Loading branch information
spacemeowx2 committed Mar 3, 2020
1 parent 1ec8d23 commit e861f9b
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
FROM devkitpro/devkita64_devkitarm:20190720

# RUN dkp-pacman -Sy --noconfirm libnx
RUN git clone -b master https://github.com/switchbrew/libnx.git --depth=1 \
&& cd libnx \
&& make install \
&& cd .. \
&& rm -rf libnx
# RUN git clone -b master https://github.com/switchbrew/libnx.git --depth=1 \
# && cd libnx \
# && make -j8 \
# && make install \
# && cd .. \
# && rm -rf libnx
RUN dkp-pacman -Syyu --noconfirm switch-dev libnx \
&& dkp-pacman -Scc --noconfirm

VOLUME [ "/code" ]
WORKDIR /code
Expand Down

0 comments on commit e861f9b

Please sign in to comment.