From b7a12a04a791499ed6500d8d92e1be68f45dfe77 Mon Sep 17 00:00:00 2001 From: Ash Logan Date: Tue, 9 Apr 2019 19:25:27 +1000 Subject: [PATCH] travis: Update WUT_ROOT temporary location --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e2d321a0..6e766c8b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -32,7 +32,7 @@ script: - cd "$TRAVIS_BUILD_DIR" # Build wut - make -j4 install DESTDIR=wut_install - - export WUT_ROOT=$PWD/wut_install + - export WUT_ROOT=$PWD/wut_install/opt/devkitpro/wut # Build tests - echo Tests disabled for now # - cd tests