From 0a1a74f2b293867ea2fadbab22af12997edee84e Mon Sep 17 00:00:00 2001 From: plutoo Date: Thu, 1 Feb 2018 22:30:40 +0100 Subject: [PATCH] Boom --- .doozer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.doozer.json b/.doozer.json index 16632b91..8827908f 100644 --- a/.doozer.json +++ b/.doozer.json @@ -14,7 +14,7 @@ "buildcmd": [ "[ ! -d ${DEVKITPATH} ] && (rm -rf ${DEVKITPATH} && mkdir ${DEVKITPATH} && wget -O /tmp/devkita64.7z ${DEVKITURL} && cd ${DEVKITPATH} && 7z x -y /tmp/devkita64.7z) || /bin/true", - "DEVKITPRO=${DEVKITPATH} make -j${PARALLEL}", + "DEVKITPRO=${DEVKITPATH} make -j${PARALLEL} install", "git clone --depth 1 https://github.com/switchbrew/switch-examples", "DEVKITPRO=${DEVKITPATH} make -C switch-examples/" ]