Files
kotlin-fork/run-debug/interop
T
Ilya Matveev 74116e7aed Add scripts for running with already downloaded dependecies
This patch adds 2 scipts in run-debug directory which execute
dist/bin/konanc and dist/bin/interop with
'-Dkonan.dependencies=dependencies/all' additional argument.

It allows us to run compiler and stub generator avoiding first run
dependecy download.
2017-03-24 19:31:23 +07:00

6 lines
90 B
Bash
Executable File

#!/usr/bin/env bash
../dist/bin/interop -Dkonan.dependencies=../dependencies/all "$@"