From 78ce9abbb43ce3a019e1032f799d01c35d2dbe18 Mon Sep 17 00:00:00 2001 From: Joey Yakimowich-Payne Date: Fri, 22 Jun 2018 15:58:02 +0900 Subject: [PATCH] Remove requirement for libnx. Not needed --- switch_build.nimble | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/switch_build.nimble b/switch_build.nimble index 8198053..1afc2b2 100644 --- a/switch_build.nimble +++ b/switch_build.nimble @@ -10,7 +10,7 @@ srcDir = "src" bin = @["switch_build"] # Deps -requires "nim >= 0.18.0", "libnx >= 0.1.0" +requires "nim >= 0.18.0" task test, "Run tests": exec "nim c -r tests/test.nim"