74116e7aed
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.
6 lines
90 B
Bash
Executable File
6 lines
90 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
../dist/bin/interop -Dkonan.dependencies=../dependencies/all "$@"
|
|
|
|
|