From 2e13f916e697cc2010dfd14c3fb9daac9f56b4ec Mon Sep 17 00:00:00 2001 From: James Strachan Date: Fri, 2 Mar 2012 09:29:38 +0000 Subject: [PATCH] make the build copy the bin scripts to the dist/kotlinc/bin area by default, so all builds can be used as a full kotlin dist when using things like kotlin-script (https://github.com/andrewoma/kotlin-script), so you can set your PATH to basedir/dist/kotlinc/bin and use your local build as a full kotlin environment --- build.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build.xml b/build.xml index 570d57556dc..7faf973a7e6 100644 --- a/build.xml +++ b/build.xml @@ -259,6 +259,10 @@ + + + +