From 1f90f32397b370dab3b073ca3655df10171f0f4b Mon Sep 17 00:00:00 2001 From: Nikolay Igotti Date: Thu, 3 Nov 2016 00:22:04 +0300 Subject: [PATCH] Fix backend.native:run --- backend.native/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend.native/build.gradle b/backend.native/build.gradle index af76e5a4948..7f5e80307b3 100644 --- a/backend.native/build.gradle +++ b/backend.native/build.gradle @@ -152,7 +152,7 @@ task run(type: JavaExec) { args 'tests/codegen/function/sum.kt' - args project(':runtime').file('src/main/kotlin') + args '-headers', project(':runtime').file('src/main/kotlin') args '-output', "$buildDir/out.bc"