From 21b6d111568a780b3a1fc58b609008fe72c3f0e9 Mon Sep 17 00:00:00 2001 From: Maschell Date: Sun, 4 Mar 2018 17:33:43 +0100 Subject: [PATCH] [Travis] Forgot to build the fs_wrapper lib --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 96cdfed..e66ee86 100644 --- a/.travis.yml +++ b/.travis.yml @@ -47,7 +47,7 @@ install: - (git clone https://github.com/Maschell/libntfs-wiiu.git || (cd libntfs && git pull)) && (cd libntfs-wiiu && make wiiu-install) - (git clone https://github.com/Maschell/libutils.git || (cd libutils && git pull)) && (cd libutils && make -j8 && make install) - ((git clone https://github.com/Maschell/libgui.git && (7z x -y ./libgui/libs/portlibs.zip -o${DEVKITPRO})) || (cd libgui && git pull)) && (cd libgui && make -j8 && make install) - - (git clone https://github.com/Maschell/fs_wrapper.git || (cd fs_wrapper && git pull)) && (cd fs_wrapper && make install) + - (git clone https://github.com/Maschell/fs_wrapper.git || (cd fs_wrapper && git pull)) && (cd fs_wrapper && make -j8 && make install) - (git clone https://github.com/Maschell/controller_patcher.git || (cd controller_patcher && git pull)) && (cd controller_patcher && make -j8 && make install) script: