From b642c931db6952fedf2dcfc5bd4a031d554498f5 Mon Sep 17 00:00:00 2001 From: Maschell Date: Sun, 4 Mar 2018 16:31:26 +0100 Subject: [PATCH] [Travis] fixed compiling --- .travis.yml | 2 +- README.MD | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index d24a556..70fab5b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -44,7 +44,7 @@ install: - tar -xzvf libiosuhax.tar.gz - tar -xzvf fs_wrapper.tar.gz - tar -xzvf controller_patcher.tar.gz - - 7z x -y ./libs/portlibs.zip -o${DEVKITPRO} + - 7z x -y ./loader/libs/portlibs.zip -o${DEVKITPRO} - 7z x -y ./dynamic_libs-lib/libs/portlibs.zip -o${DEVKITPRO} - 7z x -y ./libgui-master/libs/portlibs.zip -o${DEVKITPRO} - (cd libiosuhax-master && make -j8 && make install) diff --git a/README.MD b/README.MD index cb8fa2d..73a8bbd 100644 --- a/README.MD +++ b/README.MD @@ -51,7 +51,7 @@ Install the according to their readmes. Don't forget to install their dependenci **Dependencies** -All needed dependencies are in the "libs" folder of this repository. Extract the "portlibs.zip" archive into your devkitPro directory. +All needed dependencies are in the "loader/libs" folder of this repository. Extract the "portlibs.zip" archive into your devkitPro directory. The archive includes: - zlib