From 317ded1dd43ad8b89f28056229c142b247471458 Mon Sep 17 00:00:00 2001 From: Juan Carlos Date: Fri, 26 Oct 2018 19:19:04 -0300 Subject: [PATCH] Added package crosscompile (#893) --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index 40fe4b4..1259490 100644 --- a/packages.json +++ b/packages.json @@ -11092,6 +11092,18 @@ "license": "MIT", "web": "https://github.com/irskep/rexpaint_nim" }, + { + "name": "crosscompile", + "url": "https://github.com/juancarlospaco/nim-crosscompile", + "method": "git", + "tags": [ + "crosscompile", + "compile" + ], + "description": "Crosscompile Nim source code into multiple targets on Linux with this proc.", + "license": "MIT", + "web": "https://github.com/juancarlospaco/nim-crosscompile" + }, { "name": "rodcli", "url": "https://github.com/jabbalaci/NimCliHelper",