From 330087ce6e5f968e010ce4091f5fd282505254e1 Mon Sep 17 00:00:00 2001 From: Dave Murphy Date: Sat, 26 May 2018 17:53:59 +0100 Subject: [PATCH] fix build --- .doozer.json | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.doozer.json b/.doozer.json index d462fd73..6e02ed1d 100644 --- a/.doozer.json +++ b/.doozer.json @@ -1,14 +1,11 @@ { "targets": { "lib": { + "buildenv": "docker:devkitpro/devkita64", - "environment": { - "DEVKITPRO": "/opt/devkitpro", - }, - "buildcmd": [ - "sudo -E make -j${PARALLEL} install", + "sudo -E make -j${PARALLEL} -C nx install", "git clone --depth 1 https://github.com/switchbrew/switch-examples", "make -C switch-examples/" ]