From 1955c8d3ec4fc04e4972c81715a9cdef003b44a9 Mon Sep 17 00:00:00 2001 From: Joey Date: Sun, 15 Jul 2018 17:39:33 +0900 Subject: [PATCH] Update libnx.nimble --- libnx.nimble | 1 - 1 file changed, 1 deletion(-) diff --git a/libnx.nimble b/libnx.nimble index 2961780..a64fa29 100644 --- a/libnx.nimble +++ b/libnx.nimble @@ -24,7 +24,6 @@ task setup, "Download and generate bindings": exec prefix & "nimgen libnxGen.cfg" task buildExamples, "Build switch examples": - echo prefix & "switch_build --libnxPath='" & thisDir() & "/src/libnx/wrapper/nx/' --author=\"" & username & "\" --version='1.0.0' examples/helloworld/helloworld.nim" exec prefix & "switch_build --libnxPath='" & thisDir() & "/src/libnx/wrapper/nx/' --author=\"" & username & "\" --version='1.0.0' examples/helloworld/helloworld.nim" exec prefix & "switch_build --libnxPath='" & thisDir() & "/src/libnx/wrapper/nx/' --author=\"" & username & "\" --version='1.0.0' examples/accounts/account_ex.nim"