From c597631c4dfa65b403a36c611e6b8957c0d59be1 Mon Sep 17 00:00:00 2001 From: Dave Murphy Date: Sat, 26 May 2018 23:10:12 +0100 Subject: [PATCH] fix build, slight cleanup for doozer (#101) --- .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/" ]